From: MrBougo Date: Tue, 31 Aug 2010 00:47:00 +0000 (+0000) Subject: details on compiling and running X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e784ef58240dc1b6373b195699eb3102bab4945c;p=xonotic%2Fxonotic.wiki.git details on compiling and running (Commit created by redmine exporter script from page "Repository_Access" version 47) --- diff --git a/Repository_Access.textile b/Repository_Access.textile index db1a83d..cc220ff 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -12,7 +12,7 @@ h2. Cloning the repository and compiling h3. Linux -First, you install git using your favorite package manager. Then, do the following to download and compile (execute the first line only to download):: +First, you install git using your favorite package manager. Then, do the following to download and compile (execute the first line only to download):
 git clone git://git.xonotic.org/xonotic/xonotic.git
@@ -22,7 +22,16 @@ cd xonotic
 
 The git:// protocol uses port 9418, which may be a problem if you're behind a strict firewall. You may instead use the clone url http://git.xonotic.org/xonotic/xonotic.git however using the git protocol directly is preferred for performance reasons.
 
-After that, you have a working checkout of the repository.
+After that, you have a working checkout of the repository. The game can be compiled and run with the following commands:
+
+
+./all compile
+./all run
+
+ +The run line can be followed by one of glx,sdl,agl,dedicated to choose which executable to run. It can also be followed by standard DarkPlaces commandline arguments. + +To update your git clone, you can repeat the commands above without the first "git clone" line. Don't forget to compile after you update. Ubuntu Dependencies: