| | 2 | |
| | 3 | == Supported Platforms == |
| | 4 | Clozure CL runs on the following platforms: |
| | 5 | * Mac OS X 10.4 and later (PowerPC and x86) |
| | 6 | * Linux (PowerPC and x86) |
| | 7 | * FreeBSD 6.x and later (x86) |
| | 8 | * Solaris (x86) |
| | 9 | * Microsoft Windows XP and later (x86) |
| | 10 | |
| | 11 | The preferred way to get Clozure CL is via Subversion. For example, |
| | 12 | to get CCL for Mac OS X on x86, one would run the following command |
| | 13 | from a shell prompt: |
| | 14 | |
| | 15 | {{{ |
| | 16 | $ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.4/darwinx86/ccl |
| | 17 | }}} |
| | 18 | |
| | 19 | Versions for other platforms are available by changing the `darwinx86` to |
| | 20 | one of `linuxx86`, `freebsdx86`, `solarisx86`, `windows`, `darwinppc`, or |
| | 21 | `linuxppc`. |
| | 22 | |
| | 23 | Both 32 bit and 64 bit binaries are included with all versions. |
| | 24 | |
| | 25 | '''Important note''': to rebuild Clozure CL on Mac OS X 10.6 Snow Leopard, you must install the optional 10.4 support when installing Xcode. |
| | 26 | |
| | 27 | See also http://trac.clozure.com/openmcl/wiki/SystemRequirements. |