From d7ab9742d674c32ca6958ed3d2a5245a8387f113 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 26 Jul 2014 20:03:01 +0100 Subject: [PATCH] Update readme --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 4ed9b90..addb1bd 100644 --- a/README.md +++ b/README.md @@ -26,25 +26,7 @@ Contributors: Building -------- -You can build on Linux systems using the following shell commands. -Non-debian systems will use a different first command. -To compile on other systems, see docs/developers.md -If you get stuck, tell me about the problem in the NBE forum topic, IRC or GitHub issues. - - # download source and go to the root folder - $ sudo apt-get install build-essential libirrlicht-dev cmake libpng12-dev libbz2-dev libjpeg8-dev libgl1-mesa-dev - $ cmake . - # replace 2 with the number of cores you have + 1 - $ make -j2 - - # to run - $ ./bin/nodeboxeditor - # or double click the executable in bin/ - - # To install - $ sudo make install - $ nodeboxeditor - # Please read docs/make_install.md for stuff you need to know. +For notes on compiling the editor, see docs/developers.md Using the editor ================