User Tools

Site Tools


games:xonotic

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
games:xonotic [2016/10/20 20:23] – [Windowed Mode] Sean Rhonegames:xonotic [2016/10/21 20:17] (current) Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * Xonotic ((http://xonotic.org))
 +  * Git ((https://gitlab.com/xonotic/xonotic))
 +
 +===== Prerequisites =====
 +
 +  * [[distros:solus | Solus]]
 +
 +===== Notes =====
 +
 +  * Xonotic compiled from Git is required for AES support and lossless textures
 +
 +====== Dependencies ======
 +
 +****
 +
 +  sudo eopkg install git gcc glibc-devel binutils make g++ kernel-libc-devel sdl2-devel zlib-devel libjpeg-turbo-devel libx11-devel
 +
 +====== Download Initial Source ======
 +
 +****
 +
 +  sudo git clone -b 'master' 'git://git.xonotic.org/xonotic/xonotic.git' '/usr/share/xonotic' && sync
 +
 +====== Install ======
 +
 +===== Download Complete Source =====
 +
 +****
 +
 +  cd '/usr/share/xonotic' && sudo '/usr/share/xonotic/all' update -l 'best' && sync
 +
 +==== Compile ====
 +
 +****
 +
 +  cd '/usr/share/xonotic' && sudo '/usr/share/xonotic/all' compile -r 'sdl' && sync
 +
 +==== Update ====
 +
 +****
 +
 +  cd '/usr/share/xonotic' && sudo '/usr/share/xonotic/all' clean --reclone && sudo '/usr/share/xonotic/all' compile -r 'sdl' && sync
 +
 +====== Desktop Launcher ======
 +
 +===== Initial =====
 +
 +****
 +
 +  mkdir -p ~/'.local/share/applications/Xonotic'
 +
 +===== Xonotic =====
 +
 +  nano ~/'.local/share/applications/Xonotic/Xonotic.desktop'
 +
 +  [Desktop Entry]
 +  Name=Xonotic
 +  Categories=Game;
 +  Exec='/usr/share/xonotic/all' run 'sdl'
 +  Type=Application
 +  StartupNotify=true
 +  Path=/usr/share/xonotic
 +  Icon=XGM6_Xonotic.0
 +
 +==== Icon ====
 +
 +****
 +
 +  mkdir -p ~/'.local/share/icons/hicolor/512x512/apps' && cp '/usr/share/xonotic/misc/logos/icons_png/xonotic_512.png' ~/'.local/share/icons/hicolor/512x512/apps/XGM6_Xonotic.0.png'
/var/www/wiki/data/pages/games/xonotic.txt · Last modified: 2016/10/21 20:17 by Sean Rhone