summaryrefslogtreecommitdiff
path: root/docs/INTERNALS.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-12-26 11:23:17 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-12-27 10:54:03 +0100
commit9566372a8dcce161046f79866a2d89f8032dd9bf (patch)
tree028fc8c985bac4fd93c56e92a1d4ccf5a8b0be36 /docs/INTERNALS.md
parentdfbe035c8b39b056a234bc76df3f384f7a7a24af (diff)
downloadcurl-9566372a8dcce161046f79866a2d89f8032dd9bf.tar.gz
INTERNALS: cleanup
- remove "operating systems" (mostly outdated) - upodate the "build tools" Closes #10162
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r--docs/INTERNALS.md19
1 files changed, 4 insertions, 15 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md
index 30cce8c98..8ee093f16 100644
--- a/docs/INTERNALS.md
+++ b/docs/INTERNALS.md
@@ -2,7 +2,7 @@
The canonical libcurl internals documentation is now in the [everything
curl](https://everything.curl.dev/internals) book. This file lists supported
-versions of libs, tools and operating systems.
+versions of libs and build tools.
## Portability
@@ -33,18 +33,6 @@ versions of libs, tools and operating systems.
- nghttp2 1.12.0
- WinSock 2.2 (on Windows 95+ and Windows CE .NET 4.1+)
-## Operating Systems
-
- On systems where configure runs, we aim at working on them all - if they have
- a suitable C compiler. On systems that do not run configure, we strive to
- keep curl running correctly on:
-
- - Windows 98
- - AS/400 V5R3M0
- - Symbian 9.1
- - Windows CE ?
- - TPF ?
-
## Build tools
When writing code (mostly for generating stuff included in release tarballs)
@@ -52,12 +40,13 @@ versions of libs, tools and operating systems.
these versions:
- GNU Libtool 1.4.2
- - GNU Autoconf 2.57
+ - GNU Autoconf 2.59
- GNU Automake 1.7
- GNU M4 1.4
- perl 5.004
- roffit 0.5
- - groff ? (any version that supports `groff -Tps -man [in] [out]`)
+ - nroff any version that supports `-man [in] [out]`
+ - cmake 3.7
Library Symbols
===============