Skip to content

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.

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

Clone this wiki locally