• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling RME wont compile on LUbuntu 16.04

zexus

Member
Joined
Oct 1, 2016
Messages
133
Reaction score
19
Fixed / edited...
To fix use:

Code:
sudo apt-get install git libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-dev libarchive-dev
cd /home/carlos/Documents
git clone https://github.com/hjnilsson/rme.git
cd rme && mkdir build && cd build
apt-get install cmake

// (to fix: No CMAKE_CXX_COMPILER could be found. )
Code:
sudo apt-get update && sudo apt-get install build-essential
cmake ..
make -j `nproc`
 
Last edited:
Back
Top