mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 22:50:05 +00:00
Updating dependencies and build scripts for Linux
This commit is contained in:
parent
357ae0b85e
commit
ec45e0bce0
3 changed files with 15 additions and 0 deletions
5
setup-debug.sh
Executable file
5
setup-debug.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
./tools/setup-common.sh
|
||||
mkdir -p build-debug
|
||||
cd build-debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES=Debug -DCMAKE_PREFIX_PATH=/opt/Qt/6.4.2/gcc_64 ..
|
||||
5
setup-release.sh
Executable file
5
setup-release.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
./tools/setup-common.sh
|
||||
mkdir -p build-release
|
||||
cd build-release
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release -DCMAKE_PREFIX_PATH=/opt/Qt/6.4.2/gcc_64 ..
|
||||
5
tools/setup-common.sh
Executable file
5
tools/setup-common.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
pip install "conan<2.0"
|
||||
pip install geopandas
|
||||
pip install GitPython
|
||||
conan profile new default --detect
|
||||
Loading…
Add table
Add a link
Reference in a new issue