25 | | The preferred way to get Clozure CL is '''via Subversion'''. For example, to get Clozure CL 1.5 for Darwin/x86, you'd type |
26 | | (where the `$` is the shell prompt): |
27 | | {{{ |
28 | | $ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.5/darwinx86/ccl |
29 | | }}} |
30 | | |
31 | | To get a version for a different platform, change the `darwinx86` to one of `linuxx86`, `freebsdx86`, `solarisx86`, `windows`, `darwinppc`, or `linuxppc`. |
32 | | |
33 | | Please see [http://ccl.clozure.com/manual/chapter2.html Obtaining, Installing, and Running Clozure CL] for details on completing the installation. |
34 | | |
35 | | If there is some reason you cannot use Subversion, you can download an archive listed in the table below. All these archives are available '''via anonymous ftp''' at ftp://ftp.clozure.com/pub/release/1.5/. |
36 | | |
37 | | All packages include both 32- and 64-bit binaries. |
38 | | || || x86 || PowerPC || |
39 | | || Darwin (Mac OS X) || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-darwinx86.tar.gz .tar.gz] (or [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-darwinx86.dmg .dmg]) || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-darwinppc.tar.gz .tar.gz] (or [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-darwinppc.dmg .dmg]) || |
40 | | || FreeBSD || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-freebsdx86.tar.gz .tar.gz] || || |
41 | | || Linux || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-linuxx86.tar.gz .tar.gz] || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-linuxppc.tar.gz .tar.gz] || |
42 | | || Solaris || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-solarisx86.tar.gz .tar.gz] || || |
43 | | || Windows || [ftp://ftp.clozure.com/pub/release/1.5/ccl-1.5-windowsx86.zip .zip] || || |
| 25 | Please see http://ccl.clozure.com/download.html for information on how to download it. |
57 | | To get a version for a different platform, change the `darwinx86` to `linuxx86`, `freebsdx86`, `solarisx86`, `windows`, `darwinppc`, or `linuxppc`. |
| 39 | To get a version for a different platform, change the `darwinx86` to `linuxx86`, `freebsdx86`, `solarisx86`, `windows`, `darwinppc`, `linuxppc`, or `linuxarm`. |