Skip to content

Instantly share code, notes, and snippets.

@ddbuscombe
Created July 27, 2013 03:29
Show Gist options
  • Select an option

  • Save ddbuscombe/6093588 to your computer and use it in GitHub Desktop.

Select an option

Save ddbuscombe/6093588 to your computer and use it in GitHub Desktop.
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