~ubuntu-branches/ubuntu/raring/curl/raring-proposed

« back to all changes in this revision

Viewing changes to src/macos/MACINSTALL.TXT

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
MACOS (not MACOS X)
 
 
b'==================='
 
 
b'This is the first attempt at porting cURL to MacOS.'
 
 
b'http, ftp, dict and telnet seems to work fine, other protocols and advanced '
 
 
b'features have not been all tested.'
 
 
b'This port is heavily based on the GUSI library from Matthias Neeracher.'
 
 
b'GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library '
 
 
b'bringing some of the comforts of UNIX 98 to traditional MacOS.'
 
 
b'The latest GUSI release can be downloaded from sourceforge '
 
 
b'at <http://sourceforge.net/projects/gusi/>'
 
 
b'I have also write a few functions to help port UNIX applications to MacOS.'
 
 
b'These functions are part of the GUSI Extra library that can be downloaded at'
 
 
b'<http://perso.wanadoo.fr/ela/resources.html#gusiextra>'
 
 
b'OpenSSL support is still experimental but I hope to deliver a version '
 
 
b'including SSL soon.'
 
 
b'cURL for MacOS requires using the CodeWarrior compiler from Metrowerks.'
 
 
b'First download GUSI, GUSI Extra and cURL. Access paths have been setup so that'
 
 
b'GUSI, GUSI Extra and cURL directories should have the same parent directory.'
 
 
b'Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to'
 
 
b'SIOUX and GUSI patches. If you do not apply these patches curl will not behave '
 
 
b'correctly.'
 
 
b'In the \'curl/src/macos\' directory, decode "curl.mcp.xml.sit.hqx" (This is a '
 
 
b'stuffit binhexed file)'
 
 
b"From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access "
 
 
b'paths if required. Then you should be able to build:'
2
 
 the libcurl libraries for PPC and 68K.
3
 
 the curl application (also available for PPC and 68K) which is the command
4
1
 line version of cURL.
 
 
b'If the file "hugehelp.c" is missing rename "curl/src/hugehelp.c.cvs" to '
 
 
b'"hugehelp.c" and make sure its file type is \'TEXT\''
 
 
b'\\ No newline at end of file'
 
2
MACOS (not MACOS X)
 
 
b'==================='
 
 
b'This is the first attempt at porting cURL to MacOS.'
 
 
b'http, ftp, dict and telnet seems to work fine, other protocols and advanced '
 
 
b'features have not been all tested.'
 
 
b'This port is heavily based on the GUSI library from Matthias Neeracher.'
 
 
b'GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library '
 
 
b'bringing some of the comforts of UNIX 98 to traditional MacOS.'
 
 
b'The latest GUSI release can be downloaded from sourceforge '
 
 
b'at <http://sourceforge.net/projects/gusi/>'
 
 
b'I have also write a few functions to help port UNIX applications to MacOS.'
 
 
b'These functions are part of the GUSI Extra library that can be downloaded at'
 
 
b'<http://perso.wanadoo.fr/ela/resources.html#gusiextra>'
 
 
b'OpenSSL support is still experimental but I hope to deliver a version '
 
 
b'including SSL soon.'
 
 
b'cURL for MacOS requires using the CodeWarrior compiler from Metrowerks.'
 
 
b'First download GUSI, GUSI Extra and cURL. Access paths have been setup so that'
 
 
b'GUSI, GUSI Extra and cURL directories should have the same parent directory.'
 
 
b'Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to'
 
 
b'SIOUX and GUSI patches. If you do not apply these patches curl will not behave '
 
 
b'correctly.'
 
 
b'In the \'curl/src/macos\' directory, decode "curl.mcp.xml.sit.hqx" (This is a '
 
 
b'stuffit binhexed file)'
 
 
b"From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access "
 
 
b'paths if required. Then you should be able to build:'
5
 
 the libcurl libraries for PPC and 68K.
6
 
 the curl application (also available for PPC and 68K) which is the command
7
3
 line version of cURL.
 
 
b'If the file "tool_hugehelp.c" is missing rename "curl/src/tool_hugehelp.c.cvs"'
 
 
b'to "tool_hugehelp.c" and make sure its file type is \'TEXT\''