News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Devoping a library (Linux)

Started by RogerIrwin, February 19, 2012, 10:54:01 PM

Previous topic - Next topic

RogerIrwin

Hi, I'm trying to develop a library on Linux.

Using other development systems I have done this type of thing with a workspace, so I can have a test app that uses the library and the library itself open at the same time.

Actually, I have got this far in codeblocks, but I can't understand how to configure the make so it makes the whole project. Also, is it necessary to publish the library each mod? I can't see how I can convince codeblocks to use library from the same project.

Thanks in advance for any help or tips!