| | 1 | = Installing OpenMCL Via MacPorts = |
| | 2 | |
| | 3 | [http://www.macports.org/ MacPorts] is the Darwin branch of the FreeBSD ports system; i.e. a system that provides a standard means to get lots of misc. software ported, and then installed on your Darwin machine. (Darwin's the unix variant OS under Mac OS X). Originally named DarwinPorts, it was recently renamed to MacPorts. |
| | 4 | |
| | 5 | For Mac OS X users MacPorts provides a large set of "package files" that can be used to easily install stuff, especially stuff that requires other (sometimes non-obvious) stuff. This is consequently a convenient way to install Openmcl. |
| | 6 | |
| | 7 | == Recipe == |
| | 8 | |
| | 9 | 1. Point your browser at the MacPorts [http://svn.macosforge.org/repository/macports/downloads/ download] directory. |
| | 10 | 1. Select the most recent Subversion directory. |
| | 11 | 1. Grab the appropriate (10.3 vs. 10.4) disk image for your version of Mac OS X. |
| | 12 | 1. Run the installer, which will create the base MacPorts installation. |
| | 13 | 1. Add /opt/local/bin to your path. |
| | 14 | |
| | 15 | The final step to '''OpenMCL''' bliss is to install the system, as follows: |
| | 16 | |
| | 17 | {{{ |
| | 18 | My Computer:~ usert $ sudo port install openmcl |
| | 19 | Password: |
| | 20 | ---> Unpacking tgz archive for openmcl 1.0_0 |
| | 21 | ---> Cleaning openmcl |
| | 22 | My Computer:~ usert$ |
| | 23 | }}} |
| | 24 | |
| | 25 | Another road to '''OpenMCL''' bliss is to install the [http://www.wordtech-software.com/dpgui.html PortAuthority] GUI, which can be used to install '''OpenMCL''' and any package dependencies. You can then find the '''OpenMCL''' entry in the list of packages and install. |
| | 26 | |
| | 27 | Things that may make you even happier: |
| | 28 | |
| | 29 | * [InstallingEmacsViaMacPorts Installing Emacs via MacPorts] |
| | 30 | * [InstallingSlime Installing Slime] |