curl deps, compiles
This commit is contained in:
parent
41ac0a8b13
commit
1e94859edb
328 changed files with 121283 additions and 1 deletions
28
libs/curl/docs/RELEASE-TOOLS.md
Normal file
28
libs/curl/docs/RELEASE-TOOLS.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Release tools used for curl 8.15.0
|
||||
|
||||
The following tools and their Debian package version numbers were used to
|
||||
produce this release tarball.
|
||||
|
||||
- autoconf: 2.71-3
|
||||
- automake: 1:1.16.5-1.3
|
||||
- libtool: 2.4.7-7~deb12u1
|
||||
- make: 4.3-4.1
|
||||
- perl: 5.36.0-7+deb12u2
|
||||
- git: 1:2.39.5-0+deb12u2
|
||||
|
||||
# Reproduce the tarball
|
||||
|
||||
- Clone the repo and checkout the tag/commit: curl-8_15_0
|
||||
- Install the same set of tools + versions as listed above
|
||||
|
||||
## Do a standard build
|
||||
|
||||
- autoreconf -fi
|
||||
- ./configure [...]
|
||||
- make
|
||||
|
||||
## Generate the tarball with the same timestamp
|
||||
|
||||
- export SOURCE_DATE_EPOCH=1752646924
|
||||
- ./scripts/maketgz [version]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue