]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Outdated_Compiling_In_Windows.textile
(Commit created by redmine exporter script from page "Maps" version 34)
[xonotic/xonotic.wiki.git] / Outdated_Compiling_In_Windows.textile
index 795d391d1802eee565b668c66d3df6bdbc35b75d..958c6ef243b83c3197617ebef9e14dd2c4363900 100644 (file)
@@ -39,7 +39,7 @@ This will install the Xonotic root repository in c:\msys\1.0\xonotic
 When the download is done, type
 <pre>
 cd xonotic
-./all update
+./all update -l best
 </pre>
 
 This will download approximately 2 gigabytes of data, and use 4 gigabytes in disk space.
@@ -52,7 +52,7 @@ To run and compile Xonotic, the "all" script must be able to access msysGit from
 
 *Important*: if you have followed a previous version of this guide where the "profile" file had to be edited manually, download the original msys1.0.11 profile file from the attachments on this page (or from "this link":http://dev.xonotic.org/attachments/84/profile.zip), and unzip it in c:\msys\1.0\etc before applying the xonpatch.
 
-The process is simple: download the latest xonpatch from the attachments (or from "this link":http://dev.xonotic.org/attachments/89/xonpatch_1-1.zip), and extract it in c:\msys\1.0 . Then, launch xonpatch.bat. This will make msysGit visible from MSYS, and add wget as well as unzip.
+The process is simple: download the latest xonpatch from the attachments (or from "this link":http://dev.xonotic.org/attachments/91/xonpatch_1-2.zip), and extract it in c:\msys\1.0 . Then, launch xonpatch.bat. This will make msysGit visible from MSYS, and add wget as well as unzip.
 
 h2. Compiling and running the game