]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.textile
(Commit created by redmine exporter script from page "NamesWeapons" version 12)
[xonotic/xonotic.wiki.git] / Repository_Access.textile
index 66acbeffade37ff5789d5043eafcd729c3b2c5d6..7c80d82ab65adc721b4d082ddcca78bc87a6f324 100644 (file)
@@ -22,6 +22,12 @@ The git:// protocol uses port 9418, which may be a problem if you're behind a st
 
 After that, you have a working checkout of the repository.
 
+Ubuntu Dependencies:
+<pre>
+sudo apt-get install build-essential xserver-xorg-dev x11proto-xf86dri-dev x11proto-xf86dga-dev x11proto-xf86vidmode-dev libxxf86dga-dev libxcb-xf86dri0-dev libxpm-dev libxxf86vm-dev libsdl1.2-dev libsdl-image1.2-dev libclalsadrv-dev libasound2-dev libxext-dev libsdl1.2debian-pulseaudio
+</pre>
+
+
 h2. Getting write access
 
 A condition for write (push) access is that you agree that any code or data you push will be licensed under the General Public License, version 2, with or without the "or any later version" clause. In case the directory the changes apply to contains a LICENSE or COPYING file indicating another license, your pushed code has to be dual licensed appropriately. Subdirectories currently having a dual license:
@@ -77,10 +83,10 @@ Lists all the branches known for all the respective repositories
 Compiles the game given that you have the required libs installed
 
 <pre>
-./all checkout
+./all checkout BRANCH
 </pre>
 
-Who knows?
+Switch to that branch in all repositories where its available
 
 <pre>
 ./all run xonotic