06-11-2015, 09:26 PM
Step 1:
sudo apt-get install clang git cmake build-essential
2: Git repo
git clone https://github.com/mc-server/MCServer.git
cd MCServer
git submodule update --init
3: Process and compile
cmake . -DCMAKE_BUILD_TYPE=RELEASE
make . -j 2
sudo apt-get install clang git cmake build-essential
2: Git repo
git clone https://github.com/mc-server/MCServer.git
cd MCServer
git submodule update --init
3: Process and compile
cmake . -DCMAKE_BUILD_TYPE=RELEASE
make . -j 2