diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-27 10:02:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-27 10:02:16 +0000 |
commit | 58fdc705ea9d8aab20a0078e63b9b1f0c7bdce3d (patch) | |
tree | 307cca9b6bee41e4dd8dfcd241a5fa1833c681ee /mail | |
parent | dacce7ccd6e66edaa112129f16d7919dadedc149 (diff) | |
download | ports-58fdc705ea9d8aab20a0078e63b9b1f0c7bdce3d.tar.gz ports-58fdc705ea9d8aab20a0078e63b9b1f0c7bdce3d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pantomime-ssl/TODO | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/pantomime-ssl/TODO b/mail/pantomime-ssl/TODO deleted file mode 100644 index 99a3fccd6300..000000000000 --- a/mail/pantomime-ssl/TODO +++ /dev/null @@ -1,22 +0,0 @@ - - 3.1 How do I get SSL working? -(Linux/MacOS X) [ Linux ] -You need to install OpenSSL. This library is available in packages for most distributions. As an example, under Debian/Linux, you can do: - -% apt-get install libssl-dev - -and all the prerequisites will be installed. -Once you have installed OpenSSL, simply compile the TCPSSLConnection by doing: - -% cd Pantomime/Bundles/SSL; make; make install - - -[ MacOS X] -Under Apple Mac OS X, the SSL code was developped and tested using the OpenSSL package from the Fink project. You first need to install Fink, following their instructions. Once you've installed Fink, you can install OpenSSL by doing: - -% apt-get install openssl-dev - -Once you have installed the OpenSSL package, you can open the Pantomime project inside Project Builder. Compile Pantomime using the default target first and once it has completed, select the TCPSSLConnection target and build this target. Once you've sucessfully build it, copy the TCPSSLConnection bundle to your user's library directory by doing: - -% mkdir ~/Library/Pantomime; cd Pantomime/build; cp -R TCPSSLConnection.bundl ~/Library/Pantomime - |