forked from chan-sccp/chan-sccp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.in
27 lines (20 loc) · 869 Bytes
/
README.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Welcome to Chan_SCCP.
Chan_SCCP is free software. Please see the file COPYING for details.
For documentation, please see the files in the doc subdirectory.
For building and installation instructions please see the INSTALL file.
Requirements
Make sure you have the following installed on your system:
gcc >= 4.4 or clang >= 3.6 # older compilers are not supported
gnu make
posix applications like sed, awk, tr
asterisk-1.6.2 or higher # asterisk-11 or asterisk-13 recommended
# use the latest sub revision
Just run:
./configure [....configure flags you prefer...]
And finally:
make
make install
For documentation, please visit:
https://sourceforge.net/p/chan-sccp-b/wiki/Home/
Developer Note:
When you are making changes to the configure.ac or any of the Makefile.am files you should run ./tools/bootstrap.sh afterwards.