-
Notifications
You must be signed in to change notification settings - Fork 51
BuildingOpenNeroOSX
Jacob Robertson edited this page Feb 13, 2016
·
6 revisions
Note: The following instructions for compiling OpenNERO have been tested on OS X 10.10.x (Yosemite).
Note: Feel free to share your experience with building OpenNERO in the comments section.
git clone https://github.com/nnrg/opennero.git
If you use Homebrew, you can install dependencies with the following formulae
- boost-python (1.58.0)
- wxpython
- cmake
- maven
Otherwise you can download and install them manually
# from /path/to/opennero/repo
mkdir build
cd build
cmake ..
make
An OSX Application bundle will be created at /path/to/opennero/repo/build/dist/OpenNERO.app
. This application bundle can be run as is or copied to your /Applications/
directory