Skip to content
Elime1 edited this page May 28, 2017 · 5 revisions

Install the package manager Homebrew: http://brew.sh

Install dependencies

brew install git cmake wxmac boost libarchive

Clone the project

git clone https://github.com/hjnilsson/rme.git

Prepare build directory and build

mkdir rme/build && cd rme/build && cmake .. && make -j4

Run the editor

./rme
Clone this wiki locally