curl/GIT-INFO.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
922 B
Markdown
Raw Normal View History

2010-02-15 03:40:18 +08:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
2001-04-22 23:44:13 +08:00
\___|\___/|_| \_\_____|
# GIT-INFO
2010-03-22 07:41:34 +08: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 23:44:13 +08:00
inner sanctum.
To build in environments that support configure, after having extracted
2010-03-22 07:41:34 +08:00
everything from git, do this:
autoreconf -fi
./configure --with-openssl
make
Daniel uses a configure line similar to this for easier development:
2002-12-21 00:00:56 +08:00
./configure --disable-shared --enable-debug --enable-maintainer-mode
2002-12-21 00:00:56 +08:00
In environments that don't support configure (i.e. Windows), do this:
buildconf.bat
## REQUIREMENTS
2002-12-21 00:00:56 +08:00
See [docs/INTERNALS.md][0] for requirement details.
[0]: docs/INTERNALS.md