Changes between Version 10 and Version 11 of SystemRequirements
- Timestamp:
- 08/02/11 15:15:47 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemRequirements
v10 v11 8 8 9 9 === ARM === 10 Clozure CL targets the ARMv6t2 architecture. It's mostly been run on a few Freescale i.MX515 machines 11 (see, for example, http://www.genesi-usa.com/products), and on the Nokia N900. 10 Clozure CL targets the ARMv7 architecture. It's been run on a few Freescale i.MX515 machines 11 (see, for example, http://www.genesi-usa.com/products), the Nokia N900, the !PandaBoard, 12 the HP !TouchPad, and several other systems. 12 13 13 14 === PowerPC === … … 20 21 21 22 === Mac OS X/Darwin === 22 Both PPC and x86 versions of CCL 1.6 require at least Mac OS X 10.5. Older releases are not supported. 23 As of version 1.7, the vanilla lisp will still run on Mac OS X 10.5, but the Cocoa-based 24 IDE needs at least Mac OS X 10.6. 25 26 PowerPC Macintosh systems are no longer supported. 23 27 24 28 === FreeBSD === 25 x86 (32- and 64-bit) versions of CCL 1.6should work on FreeBSD 6.x and later (though users of releases before 8.x will29 x86 (32- and 64-bit) versions of CCL should work on FreeBSD 6.x and later (though users of releases before 8.x will 26 30 need to rebuild the lisp kernel locally). See PlatformNotes for FreeBSD-specific issues. 27 31 28 32 === Linux === 29 Because of the nature of Linux distributions, it's difficult to give precise version numbers; in general, a "fairly modern" (no more than 2 or three years old) kernel and C library are more likely to work well than older versions. In some cases, if the distributed version of the CCL kernel doesn't work on a particular Linux release because of library version issues, it may bepossible to build a working version by recompiling the kernel on that Linux release.33 Because of the nature of Linux distributions, it's difficult to give precise version numbers; in general, a "fairly modern" (no more than 2 or three years old) kernel and C library are more likely to work well than older versions. In some cases, if the distributed version of the CCL kernel doesn't work on a particular Linux release because of library version issues, it is usually possible to build a working version by recompiling the kernel on that Linux release. 30 34 31 35 Memory-management policies in recent PPC Linux distributions may require workarounds; see PlatformNotes for details.
