]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/src/macos/MACINSTALL.TXT
hello world
[icculus/iodoom3.git] / neo / curl / src / macos / MACINSTALL.TXT
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 <http://sourceforge.net/projects/gusi/>
12
13 I have also write 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 "hugehelp.c" is missing rename "curl/src/hugehelp.c.cvs" to 
38 "hugehelp.c" and make sure its file type is 'TEXT'