From f5f2672546df0e3651aff8a0cf61720ebaaaa8b6 Mon Sep 17 00:00:00 2001
From: floam
Date: Wed, 1 Mar 2006 00:42:45 +0000
Subject: More
git-svn-id: svn://svn.icculus.org/quake3/trunk@606 edf5b092-35ff-0310-97b2-ce42778d08ea
---
Makefile | 4 ++--
README | 6 ++++--
web/include/get.php | 3 ++-
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 5b9d9ec..d54cdb5 100644
--- a/Makefile
+++ b/Makefile
@@ -1662,13 +1662,13 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c
#############################################################################
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) \
diff --git a/README b/README
index 7dbde0b..ca3295e 100644
--- a/README
+++ b/README
@@ -195,8 +195,10 @@ We need help getting automated installers on all the platforms that icculus.org/
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
diff --git a/web/include/get.php b/web/include/get.php
index 15c4f17..1f78d34 100644
--- a/web/include/get.php
+++ b/web/include/get.php
@@ -82,7 +82,8 @@ client.
We all can compile it ourselves:
- Agree to the EULA and grab the
- updated pk3 files.
+ updated pk3 files. Extract it to someplace like
+ /opt/quake3.
- Change into the top level directory (it contains
the ui and
code directories.)
--
cgit v1.2.3