1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/INSTALL.org
2012-05-11 11:49:17 +02:00

611 B

libpsyc INSTALL file

Requirements

libpsyc is currently known to compile under Linux and SunOS. It depends on no one.

Compiling libpsyc

Type

make

Installation

So that other projects like psycd and psyced immediately find the library on compilation…

[sudo] make install [prefix=/usr]	# install into prefix

Other possible targets include:

make help				# display the possible targets
make test				# compile and run the tests
make diet				# compile with diet libc
make doc				# generate the API documentation