File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828apt update
2929apt -y install build-essential software-properties-common python-software-properties
3030add-apt-repository -y ppa:ubuntu-toolchain-r/test
31- add-apt-repository -y ppa:jonathonf/python-3.6
31+ add-apt-repository -y ppa:deadsnakes/ppa
3232add-apt-repository -y ppa:beineri/opt-qt-5.12.3-xenial
3333apt update
3434apt -y install g++-8 curl git ninja-build libclang-6.0-dev python3.6 python3-pip zlib1g-dev qt512tools qt512svg libglu1-mesa-dev
@@ -62,7 +62,7 @@ mkdir -p PrimeWorldEditor{-build,-appdir}
6262pushd PrimeWorldEditor-build
6363cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 \
6464 -DPWE_PUBLIC_RELEASE=On -DCMAKE_INSTALL_PREFIX=/PrimeWorldEditor-appdir/usr \
65- /PrimeWorldEditor
65+ -DCMAKE_EXECUTE_PROCESS_COMMAND_ECHO=STDERR /PrimeWorldEditor
6666ninja install
6767popd
6868
You can’t perform that action at this time.
0 commit comments