curl/GIT-INFO

45 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2010-02-14 14:40:18 -05:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
2001-04-22 11:44:13 -04:00
\___|\___/|_| \_\_____|
2010-03-21 19:41:34 -04:00
GIT-INFO
2010-03-21 19:41:34 -04:00
This file is only present in git - never in release archives. It contains
information about other files and things that the git repository keeps in its
2001-04-22 11:44:13 -04:00
inner sanctum.
To build in environments that support configure, after having extracted
2010-03-21 19:41:34 -04:00
everything from git, do this:
./buildconf
./configure
make
2002-12-20 11:00:56 -05:00
Daniel uses a ./configure line similar to this for easier development:
./configure --disable-shared --enable-debug --enable-maintainer-mode
In environments that don't support configure (i.e. Microsoft), do this:
buildconf.bat
2002-12-20 11:00:56 -05:00
REQUIREMENTS
For buildconf (not buildconf.bat) to work, you need the following software
installed:
2003-05-13 05:38:09 -04:00
o autoconf 2.57 (or later)
o automake 1.7 (or later)
o libtool 1.4.2 (or later)
o GNU m4 (required by autoconf)
o nroff + perl
If you don't have nroff and perl and you for some reason don't want to
install them, you can rename the source file src/tool_hugehelp.c.cvs to
src/tool_hugehelp.c and avoid having to generate this file. This will
give you a stubbed version of the file that doesn't contain actual content.