User Tools

Site Tools


games:linux:xonotic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
games:linux:xonotic [2026/05/05 01:06] – [TODO] Sean Rhonegames:linux:xonotic [2026/05/05 02:42] (current) – [TODO] Sean Rhone
Line 81: Line 81:
   * ''-0'' for AES/multiplayer, ''-1'' no AES support ((:?: Local singleplayer games with Enable AES option checked uses encryption)) ((client doesn't report ''Engine lacks DP_CRYPTO'' with ''libd0_blind_id0'' installed but doesn't use it/doesn't show in-game AES option with ''-1''))   * ''-0'' for AES/multiplayer, ''-1'' no AES support ((:?: Local singleplayer games with Enable AES option checked uses encryption)) ((client doesn't report ''Engine lacks DP_CRYPTO'' with ''libd0_blind_id0'' installed but doesn't use it/doesn't show in-game AES option with ''-1''))
  
-  sudo zypper install git-core gcc gcc-c++ autoconf automake libtool gmp-devel make sdl2-compat-devel zlib-devel libjpeg8-devel libX11-devel+  sudo zypper install git-core gcc16 gcc16-c++ autoconf automake libtool gmp-devel make sdl2-compat-devel zlib-devel libjpeg8-devel libX11-devel
  
   cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/Xonotic/src' && git clone --branch 'master' --depth '1' --recurse-submodules 'https://gitlab.com/xonotic/xonotic.git' ~/'Projects/Xonotic/src'   cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/Xonotic/src' && git clone --branch 'master' --depth '1' --recurse-submodules 'https://gitlab.com/xonotic/xonotic.git' ~/'Projects/Xonotic/src'
Line 91: Line 91:
   ~/'Projects/Xonotic/src/all' clean --reclone   ~/'Projects/Xonotic/src/all' clean --reclone
  
-  ~/'Projects/Xonotic/src/all' compile -c -r -'0' 'sdl'+  ln -s -f '/usr/bin/gcc-16' ~/'.local/bin/cc' 
 + 
 +  CC='/usr/bin/gcc-16' CXX='/usr/bin/g++-16' ~/'Projects/Xonotic/src/all' compile -c -r -'0' 'sdl
 + 
 +  rm -f ~/'.local/bin/cc'
  
   ~/'Projects/Xonotic/src/all' run 'sdl'   ~/'Projects/Xonotic/src/all' run 'sdl'
 +
 +
  
/srv/www/wiki/data/pages/games/linux/xonotic.txt · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki