mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-20 00:49:29 +01:00
The GtkRadiant sources as originally released under the GPL license.
This commit is contained in:
13
setup/osx/build.sh
Normal file
13
setup/osx/build.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
(cd loki_setup && patch -N -p0 < ../setup.patch)
|
||||
(cd loki_setupdb ; make distclean ; ./autogen.sh && ./configure && make)
|
||||
(
|
||||
cd loki_setup
|
||||
make distclean
|
||||
./autogen.sh && ./configure && make
|
||||
mkdir -p image/setup.data/bin/Darwin/ppc/glibc-2.1
|
||||
make install
|
||||
find image -name setup -exec rm {} \;
|
||||
)
|
||||
|
||||
(cd GtkRadiant ; scons BUILD=release SETUP=1)
|
||||
Reference in New Issue
Block a user