# libd0_blind_id-0 & libd0_rijndael-0
Internal project, see https://gitlab.com/xonotic/d0_blind_id
+### Linux
+
+`LDFLAGS='-L$HOME/Games/xonotic/misc/builddeps/linux64/gmp/lib' CPPFLAGS='-I$HOME/Games/xonotic/misc/builddeps/linux64/gmp/include' ./configure --prefix=$HOME/Games/xonotic/misc/builddeps/linux64/d0_blind_id --enable-static --disable-shared --with-pic`
+
# libgmp
A dependency of libd0_blind_id-0
+### Linux
+
+`./configure --prefix=$HOME/Games/xonotic/misc/builddeps/linux64/gmp --enable-static --disable-shared --with-pic --enable-fat`
+
### Windows
libd0_blind_id-0 loads `libgmp-10.dll`
Is not loaded under Windows and crashes the game if it is and a map is loaded up.
Also it is not statically linked and thus requires libstdc++-6.dll and libgcc_s_sjlj-1.dll.
+### Linux:
+
+`./configure --enable-static --disable-shared --with-libccd=internal --enable-double-precision --prefix=$HOME/Games/xonotic/misc/builddeps/linux64/ode --with-pic`
+
# libavw
*Note:* Old and not used in Xonotic but also not disabled :) Adding this for the sake of completeness.