Added some hints for make options.

This commit is contained in:
MelwareDE 2009-01-06 13:18:58 +00:00
parent c3dd51a1c7
commit bbe14f0377
1 changed files with 13 additions and 0 deletions

13
INSTALL
View File

@ -7,6 +7,19 @@ include files.
To build the driver you will need an installed Capi system, including header
files.
By default an internal version of libcapi20 is used (you don't need libcapi20 to
be installed on your system). If you don't want this and the installed libcapi20
shall be used, add the option
USE_OWN_LIBCAPI=no
to the 'make' command.
To build from/for other Asterisk sources (default is '/' where /usr/include/asterisk
is expected), add option
INSTALL_PREFIX=<where your /usr/include/asterisk is>
to 'make' command. This makes also sense when compiling for other targets or when
cross compiling.
To build the channel module:
---------------------------------
make