BuildingOpenNeroOSX - nnrg/opennero GitHub Wiki
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.
Mac OS X
Clone Repository
git clone https://github.com/nnrg/opennero.git
Dependencies
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
Compile
# from /path/to/opennero/repo
mkdir build
cd build
cmake ..
make
Run
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