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!