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