xref: /aosp_15_r20/external/curl/GIT-INFO.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker                                  _   _ ____  _
2*6236dae4SAndroid Build Coastguard Worker                              ___| | | |  _ \| |
3*6236dae4SAndroid Build Coastguard Worker                             / __| | | | |_) | |
4*6236dae4SAndroid Build Coastguard Worker                            | (__| |_| |  _ <| |___
5*6236dae4SAndroid Build Coastguard Worker                             \___|\___/|_| \_\_____|
6*6236dae4SAndroid Build Coastguard Worker
7*6236dae4SAndroid Build Coastguard Worker# GIT-INFO
8*6236dae4SAndroid Build Coastguard Worker
9*6236dae4SAndroid Build Coastguard WorkerThis file is only present in git - never in release archives. It contains
10*6236dae4SAndroid Build Coastguard Workerinformation about other files and things that the git repository keeps in its
11*6236dae4SAndroid Build Coastguard Workerinner sanctum.
12*6236dae4SAndroid Build Coastguard Worker
13*6236dae4SAndroid Build Coastguard WorkerTo build in environments that support configure, after having extracted
14*6236dae4SAndroid Build Coastguard Workereverything from git, do this:
15*6236dae4SAndroid Build Coastguard Worker
16*6236dae4SAndroid Build Coastguard Worker    autoreconf -fi
17*6236dae4SAndroid Build Coastguard Worker    ./configure --with-openssl
18*6236dae4SAndroid Build Coastguard Worker    make
19*6236dae4SAndroid Build Coastguard Worker
20*6236dae4SAndroid Build Coastguard WorkerDaniel uses a configure line similar to this for easier development:
21*6236dae4SAndroid Build Coastguard Worker
22*6236dae4SAndroid Build Coastguard Worker    ./configure --disable-shared --enable-debug --enable-maintainer-mode
23*6236dae4SAndroid Build Coastguard Worker
24*6236dae4SAndroid Build Coastguard WorkerIn environments that don't support configure (i.e. Windows), do this:
25*6236dae4SAndroid Build Coastguard Worker
26*6236dae4SAndroid Build Coastguard Worker    buildconf.bat
27*6236dae4SAndroid Build Coastguard Worker
28*6236dae4SAndroid Build Coastguard Worker## REQUIREMENTS
29*6236dae4SAndroid Build Coastguard Worker
30*6236dae4SAndroid Build Coastguard WorkerSee [docs/INTERNALS.md][0] for requirement details.
31*6236dae4SAndroid Build Coastguard Worker
32*6236dae4SAndroid Build Coastguard Worker[0]: docs/INTERNALS.md
33