From: MrBougo <bougospam@gmail.com>
Date: Fri, 20 Aug 2010 00:14:00 +0000 (+0000)
Subject: CC=gcc not needed anymore, ./all fixed that some time ago
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0c77de8e1ade1072e53e0953d22baf51330a57cf;p=xonotic%2Fxonotic.wiki.git

CC=gcc not needed anymore, ./all fixed that some time ago

(Commit created by redmine exporter script from page "Outdated_Compiling_In_Windows" version 14)
---

diff --git a/Outdated_Compiling_In_Windows.textile b/Outdated_Compiling_In_Windows.textile
index 33f130f..70e7ba7 100644
--- a/Outdated_Compiling_In_Windows.textile
+++ b/Outdated_Compiling_In_Windows.textile
@@ -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>