docs/internals/PORTING.md: new document

The basic approach I use when porting libcurl to another OS when the
existing configure or cmake build setups are not suitable.

Closes #16860
This commit is contained in:
Daniel Stenberg 2025-03-28 15:37:15 +01:00
parent 19226f9bb1
commit c4863e9d3b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 48 additions and 0 deletions

View file

@ -54,6 +54,7 @@ INTERNALDOCS = \
internals/MQTT.md \
internals/MULTI-EV.md \
internals/NEW-PROTOCOL.md \
internals/PORTING.md \
internals/README.md \
internals/SPLAY.md \
internals/STRPARSE.md \