Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created October 16, 2010 19:48
Show Gist options
  • Save brantfaircloth/630205 to your computer and use it in GitHub Desktop.
Save brantfaircloth/630205 to your computer and use it in GitHub Desktop.
installing mira on osx 10.6.x
  1. install xcode

    • probably best to get a free account at developer.apple.com and download the latest version of xcode, versus using version on DVD
  2. install homebrew - the package manager for osx http://github.com/mxcl/homebrew/wiki/installation

  3. install the boost libraries (at the time, this was 1.43.0) brew install boost

  4. install the google-perftools (at the time this was 1.5) brew install google-perftools

  5. install expat (this is 1.5 by default on os x; installed 2.0.1 in /usr/local) brew install expat

  6. download and unzip mira (version cd ~/source/ wget http://sourceforge.net/projects/mira-assembler/files/MIRA/V3.2.0/mira-3.2.0.tar.bz2/download tar xzvf mira*

  7. configure mira ./configure --prefix=/my/user/prefix

  8. make and install make make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment