Update 'build.sh'
This commit is contained in:
parent
61bc457266
commit
d9b3300b48
2
build.sh
2
build.sh
@ -9,7 +9,7 @@ git clone https://github.com/JGRennison/OpenTTD-patches.git -b "$tag" /build/jgr
|
|||||||
mkdir /build/jgrpp/release
|
mkdir /build/jgrpp/release
|
||||||
cd /build/jgrpp/release
|
cd /build/jgrpp/release
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/opt/openttd/server -DOPTION_DEDICATED=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
cmake -DCMAKE_INSTALL_PREFIX=/opt/openttd/server -DOPTION_DEDICATED=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
||||||
make
|
make -j4
|
||||||
mkdir -p /opt/openttd
|
mkdir -p /opt/openttd
|
||||||
make install
|
make install
|
||||||
cd /opt/openttd
|
cd /opt/openttd
|
||||||
|
Loading…
Reference in New Issue
Block a user