OSX installation using Homebrew
You can install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
then enter:
brew install nift
You can find compiler options including building with a normal version of
To uninstall
Installing Nift on OSX from source
Installing a c++ compiler
Install Xcode. Should you still encounter any problems compiling
Installing Nift
Download nsm-master-*.zip, then follow these steps to compile and install:
-
Extract
nsm-master-* fromnsm-master-*.zip ; -
Open a terminal window and change directory to
~/Downloads/nsm-master-* ; -
Compile
nsm by runningmake ; -
Install
nsm by runningsudo make install (note - you will need to enter your password) (note - you may need to open a new terminal window for theNift installation to be recognised); -
Delete both the file
nsm-master-*.zip and the directorynsm-master-* containing the uncompiled code.
For example, if you unzipped
cd ~/Downloads/nsm-master-* make sudo make install
Note: See here for information about the variables you can pass to the Makefile when compiling
Uninstalling Nift
Should you ever want to remove