forked from Wavenet/http_proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
41 lines (24 loc) · 1.02 KB
/
README
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
This package is built with the GNU Build System. A good reference
for the whole process is at:
http://sources.redhat.com/autobook/autobook/autobook.html#SEC_Top
The manuals are here:
http://www.gnu.org/manual/automake/html_mono/automake.html
http://www.gnu.org/manual/autoconf/html_mono/autoconf.html
Requirements:
You'll need the following GNU tools:
autoconf, automake, make, m4, perl, gcc
Making changes:
The only files which should (theoretically) be edited are:
configure.ac & Makefile.am
Building:
aclocal (creates aclocal.m4)
autoheader (creates config.h.in)
autoconf (creates configure & autom4te.cache)
automake --add-missing (creates Makefile.in)
[Note: you should be able to run autoreconf to do all
the above afterwards when changes are made]
./configure (creates Makefile)
make (builds entire package)
make check (runs common_test and dialyzer)
Options:
./configure --enable-debug