Hi! You can only add libraries with "Add package" which are using pkg-config. Normal libraries don't do that automaticly (have a look at the pkg-config documentation how to archive this...). You can still add the library to your project by adding "-I/path/to/header/files" to CFLAGS and -lmylibrary to LDFLAGS in the target configuration (right-click on target in project-window and choose properties). See also the build tutorial on anjuta.org! Regards, Johannes Am Mittwoch, den 11.03.2009, 09:27 +1100 schrieb Grizzly(Francis Smit): > Hi I made a library using anjuta then I installed it > sudo make install > > but when I go to put it in my project anjuta->project->properties ... > Packages->Add Package I cannot find my package what am I doing wrong ?? >
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil