User Tools

Site Tools


pentominos:libartefact

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
pentominos:libartefact [2010/01/29 08:59] devapentominos:libartefact [2010/01/29 09:04] deva
Line 7: Line 7:
 =====How to use libartefact===== =====How to use libartefact=====
 To use libartefact, simply include ''libartefact.h'' in your c file. To use libartefact, simply include ''libartefact.h'' in your c file.
-The project supplies a pkg-config file called libartefact.pc, that should be located in the ''${prefix}/lib/pkg-config/'', where ''${prefix}'' is the base directory in which the library is installed. This will be ''/usr'' on most systems.+The project supplies a pkg-config file called libartefact.pc, that should be located in the ''${prefix}/lib/pkgconfig/'', where ''${prefix}'' is the base directory in which the library is installed. This will be ''/usr'' on most systems.
 In order to use it simply add  In order to use it simply add 
 <code autoconf> <code autoconf>
-PKG_CHECK_MODULES(ATF, libartefact >= 0.0.1)+PKG_CHECK_MODULES(ATF, libartefact >= 0.0.2)
 </code> </code>
 to ''configure.in'', and supply ''ATF_CFLAGS'' to the cflags and ''ATF_LIBS'' to the libs of your project ''Makefile.am''. to ''configure.in'', and supply ''ATF_CFLAGS'' to the cflags and ''ATF_LIBS'' to the libs of your project ''Makefile.am''.
pentominos/libartefact.txt · Last modified: 2010/01/29 09:14 by deva