Last active
July 18, 2023 01:53
-
-
Save andrewfowlie/326e4b12761d0ba3a2a49f53adeacebe to your computer and use it in GitHub Desktop.
Install MultiNest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/farhanferoz/MultiNest.git | |
cd MultiNest_v3.12_CMake/multinest/ | |
mkdir build | |
cd build | |
cmake .. | |
make all | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wget -O - https://gist.githubusercontent.com/andrewfowlie/326e4b12761d0ba3a2a49f53adeacebe/raw/f044371189f2352757a2456a2538356c322ba16b/install_multinest.bash | bash