]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - setup/osx/build.sh
initial
[xonotic/netradiant.git] / setup / osx / build.sh
1 #!/bin/sh
2 (cd loki_setup && patch -N -p0 < ../setup.patch)
3 (cd loki_setupdb ; make distclean ; ./autogen.sh && ./configure && make)
4 (
5 cd loki_setup
6 make distclean
7 ./autogen.sh && ./configure && make
8 mkdir -p image/setup.data/bin/Darwin/ppc/glibc-2.1
9 make install
10 find image -name setup -exec rm {} \;
11 )
12
13 (cd GtkRadiant ; scons BUILD=release SETUP=1)