X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=README.md;h=04d4ff14a1543058358db1cbbf510cd6f9a56fab;hb=97df7f63c2f27f33e3507b70f7b590fa14cdf7c0;hp=192d2826469cebf1a364067ea357c994da421a99;hpb=740fcd2d992664104b417b658d7c6e2d3427be60;p=xonotic%2Fnetradiant.git diff --git a/README.md b/README.md index 192d2826..04d4ff14 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,28 @@ git submodule update --init --recursive ``` -## Compiling +## Simple compilation + + +### Easy builder assistant + +If you have standard needs and use well-known platform and operating system, you may try the provided `easy-builder` script which may be enough for you: + +```sh +./easy-builder +``` + +If anything goes right, you'll find your netradiant build in `install/` subdirectory. + +If you need to build a debug build (to get help from a developer, for example), you can do it that way: + +```sh +./easy-builder --debug +``` + +By default, build tools and compilers use the `build/` directory as workspace. + +## Advanced compilation ### Initial build