From: Martin Taibr Date: Fri, 10 Mar 2017 14:30:38 +0000 (+0000) Subject: mention fPIC issue X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=commitdiff_plain;h=002ea5840a29a6b030124347873667e0128b0b91 mention fPIC issue --- diff --git a/Repository_Access.md b/Repository_Access.md index c81ecbc..21a773c 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -64,6 +64,8 @@ After that, you have a working checkout of the repository. The game can be compi ./all compile -r ./all run +**Note:** if you encounter en error similar to darkplaces#111, try `./all clean && ./all compile -r -0`. + You can use just `./all compile` to create a slower build with debug symbols but usually you want `-r`. The `./all run` line can be followed by one of `glx` (Linux native), `sdl` (input/sound managed by SDL), `agl` (OSX native), `wgl` (Windows native), or `dedicated` (for server hosting) to choose which executable to run or compile. Seen as follows: