• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7# GIT-INFO
8
9This file is only present in git - never in release archives. It contains
10information about other files and things that the git repository keeps in its
11inner sanctum.
12
13To build in environments that support configure, after having extracted
14everything from git, do this:
15
16    autoreconf -fi
17    ./configure --with-openssl
18    make
19
20Daniel uses a configure line similar to this for easier development:
21
22    ./configure --disable-shared --enable-debug --enable-maintainer-mode
23
24## REQUIREMENTS
25
26See [docs/INTERNALS.md][0] for requirement details.
27
28[0]: docs/INTERNALS.md
29