Forgot SDL dependency
This commit is contained in:
11
Makefile
11
Makefile
@@ -2,7 +2,7 @@ CSC = gmcs
|
|||||||
CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe
|
CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe
|
||||||
DEFINE = DEBUG;TRACE
|
DEFINE = DEBUG;TRACE
|
||||||
PROGRAMS =fileformats gl game ra cnc aftermath ra_ng seqed mapcvtr
|
PROGRAMS =fileformats gl game ra cnc aftermath ra_ng seqed mapcvtr
|
||||||
prefix = /usr
|
prefix = /usr/local
|
||||||
datarootdir = $(prefix)/share
|
datarootdir = $(prefix)/share
|
||||||
datadir = $(datarootdir)
|
datadir = $(datarootdir)
|
||||||
bindir = $(prefix)/bin
|
bindir = $(prefix)/bin
|
||||||
@@ -111,9 +111,12 @@ install: all
|
|||||||
@cp *.ttf $(INSTALL_DIR)
|
@cp *.ttf $(INSTALL_DIR)
|
||||||
@-cp *.ini $(INSTALL_DIR)
|
@-cp *.ini $(INSTALL_DIR)
|
||||||
@cp -r thirdparty $(INSTALL_DIR)
|
@cp -r thirdparty $(INSTALL_DIR)
|
||||||
@echo "OpenRA is now installed. You will now want to download http://open-ra.org/packages/ra-packages.zip \
|
@echo "OpenRA is now installed. You will now want to download"
|
||||||
and http://open-ra.org/packages/cnc-packages.zip and extract their contents to $(INSTALL_DIR)/mods/ra/packages \
|
@echo "http://open-ra.org/packages/ra-packages.zip and"
|
||||||
and $(INSTALL_DIR)/mods/cnc/packages respectively."
|
@echo "http://open-ra.org/packages/cnc-packages.zip"
|
||||||
|
@echo "and extract their contents to"
|
||||||
|
@echo "$(INSTALL_DIR)/mods/ra/packages and
|
||||||
|
@echo "$(INSTALL_DIR)/mods/cnc/packages respectively."
|
||||||
@echo "It is also advised to install the contents of $(INSTALL_DIR)/thirdparty to the Mono Global Assembly Cache \
|
@echo "It is also advised to install the contents of $(INSTALL_DIR)/thirdparty to the Mono Global Assembly Cache \
|
||||||
with gacutil."
|
with gacutil."
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ arch=(any)
|
|||||||
url="http://open-ra.org"
|
url="http://open-ra.org"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('mono' 'mono-addins' 'openal' 'mesa' 'nvidia-cg-toolkit' 'freetype2')
|
depends=('mono' 'mono-addins' 'openal' 'mesa' 'nvidia-cg-toolkit' 'freetype2' 'sdl')
|
||||||
makedepends=('git' 'unzip' 'wget')
|
makedepends=('git' 'unzip' 'wget')
|
||||||
optdepends=()
|
optdepends=()
|
||||||
provides=()
|
provides=()
|
||||||
|
|||||||
Reference in New Issue
Block a user