Update readme

master
rubenwardy 2014-07-26 20:03:01 +01:00
parent 2dc57c3f1e
commit d7ab9742d6
1 changed files with 1 additions and 19 deletions

View File

@ -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
================