Created
July 27, 2013 03:29
-
-
Save ddbuscombe/6093588 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| sudo cp /usr/lib64/libfftw3.so /usr/lib64/libfftw3.a | |
| #then | |
| make all | |
| #assuming all worked ... I copied the man and bin files into somewhere more logical/permanent: | |
| sudo mkdir /usr/local/mbsystem | |
| sudo mkdir /usr/local/mbsystem/bin | |
| sudo cp ~/Downloads/mbsystem-5.3.1982/bin/* /usr/local/mbsystem/bin | |
| sudo cp -R ~/Downloads/mbsystem-5.3.1982/man/ /usr/local/mbsystem/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment