From charlesreid1

No edit summary
Line 2: Line 2:


I did everything IN THE ORDER SPECIFIED.
I did everything IN THE ORDER SPECIFIED.
=The Tools=


==Interface==
==Interface==
Line 13: Line 15:
==Must-Haves==
==Must-Haves==
* MacVim http://code.google.com/p/macvim/
* MacVim http://code.google.com/p/macvim/
** VimOutliner https://github.com/vimoutliner/vimoutliner/
* Quicksilver http://qsapp.com/
* Quicksilver http://qsapp.com/
* Divvy http://mizage.com/divvy/
* Divvy http://mizage.com/divvy/

Revision as of 23:24, 29 May 2013

This page records the process for getting up and running with my toolchain on Mac OS X Lion.

I did everything IN THE ORDER SPECIFIED.

The Tools

Interface

Must-Haves

Software Development

  • Compilers: ORDER OF OPERATIONS IS VERY IMPORTANT HERE...
  • Git http://git-scm.com/
    • Note: you'll have to add /usr/local/git/bin to the front of your path in case your system, like mine, has an old crusty version of git installed
  • Homebrew http://mxcl.github.io/homebrew/
    • Edit /etc/paths and move /usr/local/bin to the top line, so that Homebrew stuff always comes first
    • gfortran
    • hdf5
    • graphviz

Python

Cantera-Related

Other Handy Things

Web Server