Skip to content

Instantly share code, notes, and snippets.

@cjbottaro
Last active August 29, 2015 14:26
Show Gist options
  • Save cjbottaro/6f8f8f2f235a2293fe62 to your computer and use it in GitHub Desktop.
Save cjbottaro/6f8f8f2f235a2293fe62 to your computer and use it in GitHub Desktop.
Installing MUQ on OS X
brew install boost --c++11
brew tap homebrew/science
brew install eigen flann hdf5 sundials gcc
cd /tmp
git clone https://bitbucket.org/mituq/muq
cd muq/MUQ/build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/muq ..
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment