From charlesreid1

No edit summary
Line 64: Line 64:


==Web Server==
==Web Server==
* [[AMP on Mac OS X]]
* AMP (apache, mysql, PHP) following this guide: http://www.astonishdesign.com/blog/native-lamp-stack-mac-os-x
* AMP (apache, mysql, PHP) following this guide: http://www.astonishdesign.com/blog/native-lamp-stack-mac-os-x
** NOTE: this is not MAMP... MAMP is a headache. This uses Homebrew instead.
** NOTE: this is not MAMP... MAMP is a headache. This uses Homebrew instead.


{{Programs}}
{{Programs}}

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