Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/curl/src/macos/MACINSTALL.TXT @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 MACOS (not MACOS X) | |
| 2 =================== | |
| 3 This is the first attempt at porting curl to MacOS. | |
| 4 http, ftp, dict and telnet seems to work fine, other protocols and advanced | |
| 5 features have not been all tested. | |
| 6 | |
| 7 This port is heavily based on the GUSI library from Matthias Neeracher. | |
| 8 GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library | |
| 9 bringing some of the comforts of UNIX 98 to traditional MacOS. | |
| 10 The latest GUSI release can be downloaded from sourceforge | |
| 11 at <https://sourceforge.net/projects/gusi/> | |
| 12 | |
| 13 I have also written a few functions to help port Unix applications to MacOS. | |
| 14 These functions are part of the GUSI Extra library that can be downloaded at | |
| 15 <http://perso.wanadoo.fr/ela/resources.html#gusiextra> | |
| 16 | |
| 17 OpenSSL support is still experimental but I hope to deliver a version | |
| 18 including SSL soon. | |
| 19 | |
| 20 curl for MacOS requires using the CodeWarrior compiler from Metrowerks. | |
| 21 | |
| 22 First download GUSI, GUSI Extra and curl. Access paths have been setup so that | |
| 23 GUSI, GUSI Extra and curl directories should have the same parent directory. | |
| 24 | |
| 25 Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to | |
| 26 SIOUX and GUSI patches. If you do not apply these patches curl will not behave | |
| 27 correctly. | |
| 28 | |
| 29 In the 'curl/src/macos' directory, decode "curl.mcp.xml.sit.hqx" (This is a | |
| 30 stuffit binhexed file) | |
| 31 From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access | |
| 32 paths if required. Then you should be able to build: | |
| 33 - the libcurl libraries for PPC and 68K. | |
| 34 - the curl application (also available for PPC and 68K) which is the command | |
| 35 line version of curl. | |
| 36 | |
| 37 If the file "tool_hugehelp.c" is missing rename "curl/src/tool_hugehelp.c.cvs" | |
| 38 to "tool_hugehelp.c" and make sure its file type is 'TEXT' |
