From charlesreid1

No edit summary
No edit summary
Line 13: Line 13:
* Compilers: ORDER OF OPERATIONS IS VERY IMPORTANT HERE...
* Compilers: ORDER OF OPERATIONS IS VERY IMPORTANT HERE...
** Step 1: Install Kenneth Reitz's GCC tools instead https://github.com/kennethreitz/osx-gcc-installer
** Step 1: Install Kenneth Reitz's GCC tools instead https://github.com/kennethreitz/osx-gcc-installer
*** NOTE: This is supposed to install the vImage.h header, but for some reason it doesn't work, so any gcc/clang/llvm compilation line that has a header file pointing to <code><vImage/vImage.h></code> does not compile properly. This is the case with, e.g., Scipy. So, install XCode to fix that.
** Step 2: Install Apple's XCode  
** Step 2: Install Apple's XCode  
*** NOTE: installing Apple's XCode will overwrite the versions of clang and llvm from Kenneth Reitz's GCC tools, but at least you'll still have gcc.
** NOTE: You will probably run into a problem with vImage.h when installing some software, like SciPy. See my solution here: [[Scipy vImage.h Problem]]
* Git http://git-scm.com/
* Git http://git-scm.com/
** Note: you'll have to add <code>/usr/local/git/bin</code> to the front of your path in case your system, like mine, has an old crusty version of git installed
** Note: you'll have to add <code>/usr/local/git/bin</code> to the front of your path in case your system, like mine, has an old crusty version of git installed

Revision as of 00:44, 29 May 2013

Process for getting up and running with my toolchain on Mac OS X Lion: