mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
`.mailmap` supports comments and empty lines since at least 2.31.0: https://git-scm.com/docs/gitmailmap/2.31.0 Closes #19339
34 lines
928 B
Markdown
34 lines
928 B
Markdown
<!--
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
-->
|
|
_ _ ____ _
|
|
___| | | | _ \| |
|
|
/ __| | | | |_) | |
|
|
| (__| |_| | _ <| |___
|
|
\___|\___/|_| \_\_____|
|
|
|
|
# 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
|
|
|
|
## REQUIREMENTS
|
|
|
|
See [docs/INTERNALS.md][0] for requirement details.
|
|
|
|
[0]: docs/INTERNALS.md
|