• 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!

Linux Help to install RME on LUBUNTU

luccagomes

New Member
Joined
Jul 30, 2015
Messages
153
Reaction score
1
Error install RME Lubuntu

I dowloaded this
2.1 (RME-debian-2.1.tar.gz) 2010-08-27 15:31:07 Ubuntu Archive 2.3 MB 68408

Tried to open/install...

Code:
root@lucca-DC8CU41:/home/lucca# cd /home/lucca/Documentos/rme
root@lucca-DC8CU41:/home/lucca/Documentos/rme# ./rme
./rme: error while loading shared libraries: libboost_thread-gcc42-mt-1_34_1.so.1.34.1: cannot open shared object file: No such file or directory
root@lucca-DC8CU41:/home/lucca/Documentos/rme#
 
Code:
# Installing dependencies
sudo apt-get install git libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-dev libarchive-dev

# Clone the project
git clone https://github.com/hjnilsson/rme.git

# Go to RME Folder
cd rme

# Preparing to build
mkdir build && cd build
cmake ..

# Building
make -j `nproc`

# Running and enjoy
./rme
 
Code:
# Installing dependencies
sudo apt-get install git libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-dev libarchive-dev

# Clone the project
git clone https://github.com/hjnilsson/rme.git

# Go to RME Folder
cd rme

# Preparing to build
mkdir build && cd build
cmake ..

# Building
make -j `nproc`

# Running and enjoy
./rme

Ty, so much!
If someone need know where is this folder is:
/root/rme
 
Back
Top