]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Compiling.md
Update Compiling: fix some package names
[xonotic/xonotic.wiki.git] / Compiling.md
index 1370142cfefda9152ea6147ad8e7acc46ec2ad8b..12b561a00aa908342fcfe84e63c38a5a15a61399 100644 (file)
@@ -1,19 +1,19 @@
-This page is about compiling the sources included in [stable](https://xonotic.org/download) and [beta](Autobuilds) releases, and is also applicable when [updating by rsync](https://xonotic.org/download#upgrading).  
-For development purposes (git builds), please see [Repository_Access](Repository_Access).
-
-The release Makefile aims to provide a convenient way to compile for alternative CPU architectures, or to get a build fully optimised for a recent x86 CPU (the official binaries are generic x86_64).  It would also allow you to run Xonotic on an OS too old to be supported by official binaries.
-
-To this end the Makefile default settings enable all optimisations that can be used on your current CPU without causing bugs, and compile using all available CPU threads.
-
-The engine builds will be dynamically linked except for d0_blind_id which is statically linked to ensure reliable player ID support and because OS distributions don't ship this.
-
-Invoking `make` or `make help` in the Xonotic directory will print the supported targets and current config.  
-
-**Most people will want `make update-stable client` or `make update-beta client`**
-
-## System package dependencies
-### Debian
-Build (client): `build-essential automake libgmp-dev libjpeg-dev libsdl2-dev`  
-Build (server): `build-essential automake libgmp-dev libjpeg-dev zlib1g-dev`  
-Runtime (client): `libcurl rsync libpng libfreetype6 libvorbisfile`  
-Runtime (server): `libcurl rsync libpng`  
+This page is about compiling the sources included in [stable](https://xonotic.org/download) and [beta](Autobuilds) releases, and is also applicable when [updating by rsync](https://xonotic.org/download#upgrading).  \r
+For development purposes (git builds), please see [Repository_Access](Repository_Access).\r
+\r
+The release Makefile aims to provide a convenient way to compile for alternative CPU architectures, or to get a build fully optimised for a recent x86 CPU (the official binaries are generic x86_64).  It would also allow you to run Xonotic on an OS too old to be supported by official binaries.\r
+\r
+To this end the Makefile default settings enable all optimisations that can be used on your current CPU without causing bugs, and compile using all available CPU threads.\r
+\r
+The engine builds will be dynamically linked except for d0_blind_id which is statically linked to ensure reliable player ID support and because OS distributions don't ship this.\r
+\r
+Invoking `make` or `make help` in the Xonotic directory will print the supported targets and current config.  \r
+\r
+**Most people will want `make update-stable client` or `make update-beta client`**\r
+\r
+## System package dependencies\r
+### Debian\r
+Build (client): `build-essential automake libgmp-dev libjpeg-dev libsdl2-dev`  \r
+Build (server): `build-essential automake libgmp-dev libjpeg-dev zlib1g-dev`  \r
+Runtime (client): `curl rsync libpng16-16 libfreetype6 libvorbisfile3`  \r
+Runtime (server): `curl rsync libpng16-16`  \r