https://github.com/puzza007/http_proxy
https://github.com/puzza007/http_proxy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/puzza007/http_proxy
- Owner: puzza007
- License: other
- Created: 2017-03-10T10:15:06.000Z (over 9 years ago)
- Default Branch: rebar3
- Last Pushed: 2021-08-02T00:30:42.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T13:07:17.904Z (about 1 year ago)
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
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