gta5view 1.10.1 release
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Syping 2021-06-17 06:14:35 +02:00
parent c42cc1dc26
commit 3cd6cc903d
18 changed files with 692 additions and 682 deletions

View file

@ -16,7 +16,7 @@ Open Source Snapmatic and Savegame viewer/editor for GTA V
# Note: Install Docker Community Edition and Git before continuing
git clone https://gitlab.com/Syping/gta5view && cd gta5view
docker pull sypingauto/gta5view-build:1.10-static
docker run --rm -v ${PWD}:/gta5view -it sypingauto/gta5view-build:1.10-static
docker run --rm -v "$PWD:/gta5view" -it sypingauto/gta5view-build:1.10-static
cd /gta5view && mkdir -p build && cd build
mingw64-qt-cmake ../
make -j $(nproc --all)