Skip to content

Compiling on Ubuntu

Eduardo Dantas edited this page Mar 27, 2023 · 9 revisions

Update package index files

sudo apt-get update

Install dependencies (Ubuntu < 20.04)

sudo apt-get install git cmake libasio-dev nlohmann-json3-dev libfmt-dev libglu1-mesa-dev libwxgtk3.0-dev libarchive-dev freeglut3-dev libxmu-dev libxi-dev

Install dependencies (Ubuntu 20.04)

sudo apt-get install git cmake libasio-dev nlohmann-json3-dev libfmt-dev libglu1-mesa-dev libwxgtk3.0-gtk3-dev libarchive-dev freeglut3-dev libxmu-dev libxi-dev

Clone the project

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

Prepare build directory and build

mkdir rme/build && cd rme/build && cmake .. && make -j `nproc`

Run the editor

./rme