Skip to content

Compiling on Arch Linux

Elime1 edited this page May 28, 2017 · 6 revisions

This guide is outdated!

Update system with # pacman -Syu

Install dependencies # pacman -S git wxgtk boost mesa-libgl libarchive

Everything else is the same

$ git clone git@github.com:hjnilsson/rme.git
$ cd rme
$ mkdir build && cd build
$ cmake ..
$ make -j `nproc`
$ ./rme

Clone this wiki locally