r606 - in trunk: . web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 28 19:42:45 EST 2006


Author: floam
Date: 2006-02-28 19:42:45 -0500 (Tue, 28 Feb 2006)
New Revision: 606

Modified:
   trunk/Makefile
   trunk/README
   trunk/web/include/get.php
Log:
More


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-03-01 00:38:34 UTC (rev 605)
+++ trunk/Makefile	2006-03-01 00:42:45 UTC (rev 606)
@@ -1662,13 +1662,13 @@
 #############################################################################
 
 copyfiles: build_release
-	@if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where you installed Quake III!"; false; fi
+	@if [ ! -d $(COPYDIR) ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; false; fi
 	$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
 
 	@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \
 		$(INSTALL) -s -m 0755 $(BR)/ioq3ded.$(ARCH)$(BINEXT) $(COPYDIR)/ioq3ded.$(ARCH)$(BINEXT); \
 	fi 
-	-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
+	
 	$(INSTALL) -s -m 0755 $(BR)/baseq3/cgame$(ARCH).$(SHLIBEXT) \
 					$(COPYDIR)/baseq3/.
 	$(INSTALL) -s -m 0755 $(BR)/baseq3/qagame$(ARCH).$(SHLIBEXT) \

Modified: trunk/README
===================================================================
--- trunk/README	2006-03-01 00:38:34 UTC (rev 605)
+++ trunk/README	2006-03-01 00:42:45 UTC (rev 606)
@@ -195,8 +195,10 @@
 quake3 supports. We don't neccesarily care about all the installers being
 identical, but we have some general guidelines:
 
-  * Please include patch pk3s in your installer. Don't worry about
-    the EULA, this is all sorted.
+  * Please include patch pk3s in your installer. Get them from:
+     http://icculus.org/quake3/?page=getdata
+     Make sure you show the EULA from that page in your installer and the user
+     agrees, if they want play Quake 3: Arena.
 
   * Please don't require pak0.pk3, since not everyone using the engine
     plans on playing Quake 3 Arena on it. It's fine to (optionally) assist the

Modified: trunk/web/include/get.php
===================================================================
--- trunk/web/include/get.php	2006-03-01 00:38:34 UTC (rev 605)
+++ trunk/web/include/get.php	2006-03-01 00:42:45 UTC (rev 606)
@@ -82,7 +82,8 @@
 			<p>We all can compile it ourselves:</p>
 				<ol>
 					<li>Agree to the EULA and grab the <a href="?page=getdata">
-					updated <tt>pk3</tt> files</a>.</li>
+					updated <tt>pk3</tt> files</a>. Extract it to someplace like
+					<tt>/opt/quake3</tt>.</li>
 					<li>Change into the top level directory (it contains
 					the <tt>ui</tt> and
 					<tt>code</tt> directories.)</li>




More information about the quake3-commits mailing list