forked from lwthiker/curl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGIT-INFO
44 lines (30 loc) · 1.3 KB
/
GIT-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
GIT-INFO
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
inner sanctum.
To build in environments that support configure, after having extracted
everything from git, do this:
autoreconf -fi
./configure --with-openssl
make
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
REQUIREMENTS
For autoreconf and configure (not buildconf.bat) to work, you need the
following software installed:
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 perl
If you don't have perl and don't want to install it, 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.