]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
mention fPIC issue
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 10 Mar 2017 14:30:38 +0000 (14:30 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 10 Mar 2017 14:30:38 +0000 (14:30 +0000)
Repository_Access.md

index c81ecbcae62349be17a96e25cd8d7bde08fef954..21a773c2e95d6e7e1540b3ec8a9ecc3a0b3874f6 100644 (file)
@@ -64,6 +64,8 @@ After that, you have a working checkout of the repository. The game can be compi
     ./all compile -r
     ./all run
 
     ./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:
 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: