mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
More
This commit is contained in:
parent
4ec0c94828
commit
92cac77033
2 changed files with 6 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1662,13 +1662,13 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
copyfiles: build_release
|
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)
|
$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
|
||||||
|
|
||||||
@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \
|
@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \
|
||||||
$(INSTALL) -s -m 0755 $(BR)/ioq3ded.$(ARCH)$(BINEXT) $(COPYDIR)/ioq3ded.$(ARCH)$(BINEXT); \
|
$(INSTALL) -s -m 0755 $(BR)/ioq3ded.$(ARCH)$(BINEXT) $(COPYDIR)/ioq3ded.$(ARCH)$(BINEXT); \
|
||||||
fi
|
fi
|
||||||
-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
|
|
||||||
$(INSTALL) -s -m 0755 $(BR)/baseq3/cgame$(ARCH).$(SHLIBEXT) \
|
$(INSTALL) -s -m 0755 $(BR)/baseq3/cgame$(ARCH).$(SHLIBEXT) \
|
||||||
$(COPYDIR)/baseq3/.
|
$(COPYDIR)/baseq3/.
|
||||||
$(INSTALL) -s -m 0755 $(BR)/baseq3/qagame$(ARCH).$(SHLIBEXT) \
|
$(INSTALL) -s -m 0755 $(BR)/baseq3/qagame$(ARCH).$(SHLIBEXT) \
|
||||||
|
|
6
README
6
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
|
quake3 supports. We don't neccesarily care about all the installers being
|
||||||
identical, but we have some general guidelines:
|
identical, but we have some general guidelines:
|
||||||
|
|
||||||
* Please include patch pk3s in your installer. Don't worry about
|
* Please include patch pk3s in your installer. Get them from:
|
||||||
the EULA, this is all sorted.
|
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
|
* 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
|
plans on playing Quake 3 Arena on it. It's fine to (optionally) assist the
|
||||||
|
|
Loading…
Reference in a new issue