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

Compiling Ubuntu 12.04 - RME

chiitus

Member
Joined
Jun 1, 2009
Messages
206
Reaction score
12
Hello guys i'm trying to compile rme and when i do the "make -j4" NOTHING happens!!!

Please help :D

mkdir build
root@-MW-H61H2-M2:/home//Downloads/rme-source# cd build/
root@-MW-H61H2-M2:/home//Downloads/rme-source/build# cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home//Downloads/rme-source/build
root@-MW-H61H2-M2:/home//Downloads/rme-source/build# make -j4
root@-MW-H61H2-M2:/home//Downloads/rme-source/build# make -j4
 
Back
Top