]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
CC=gcc not needed anymore, ./all fixed that some time ago
authorMrBougo <bougospam@gmail.com>
Fri, 20 Aug 2010 00:14:00 +0000 (00:14 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
(Commit created by redmine exporter script from page "Outdated_Compiling_In_Windows" version 14)

Outdated_Compiling_In_Windows.textile

index 33f130ff1a41a8f287d1f2cae138a29f68ab0fbc..70e7ba7c42aedc127a14edd428ee7a4bdeae3ce6 100644 (file)
@@ -77,11 +77,3 @@ cd /xonotic
 </pre>
 
 The most recent Xonotic development version is then ready to run.
-
-h2. Known errors
-
-If  your compile stops with error "cc: command not found" 
-use
-<pre>
-CC=gcc ./all compile
-</pre>