prepare 1.5.0 release
This commit is contained in:
parent
bcd2d570c2
commit
6f8d28c844
8 changed files with 251 additions and 480 deletions
30
README.md
30
README.md
|
@ -8,25 +8,35 @@ Grand Theft Auto V Savegame and Snapmatic viewer/editor
|
|||
|
||||
#### Screenshots
|
||||
<img src="https://i.imgur.com/cOcojyq.png"/>
|
||||
<img src="https://i.imgur.com/LGmxdgU.png"/>
|
||||
<img src="https://i.imgur.com/SRNQdq6.png"/>
|
||||
<img src="https://i.imgur.com/j1Lodiu.png"/>
|
||||
|
||||
#### Build gta5view Debian/Ubuntu
|
||||
#### Build gta5view for Debian/Ubuntu
|
||||
|
||||
# Note: You can use 'sudo make install' instead of 'sudo checkinstall'
|
||||
sudo apt-get install git gcc g++ qtbase5-dev qttranslations5-l10n qt5-qmake make checkinstall
|
||||
git clone https://github.com/SyDevTeam/gta5view
|
||||
mkdir gta5view.build && cd gta5view.build
|
||||
qmake -qt=5 GTA5SYNC_PREFIX=/usr ../gta5view/gta5view.pro # or just qmake GTA5SYNC_PREFIX=/usr ../gta5view/gta5view.pro
|
||||
make
|
||||
git clone https://github.com/SyDevTeam/gta5view && cd gta5view
|
||||
mkdir -p build && cd build
|
||||
qmake -qt=5 GTA5SYNC_PREFIX=/usr ../gta5view.pro # or just qmake GTA5SYNC_PREFIX=/usr ../gta5view.pro
|
||||
make -j $(nproc --all)
|
||||
sudo checkinstall --pkgname=gta5view --pkggroup=utility --requires=libqt5core5a,libqt5gui5,libqt5network5,libqt5widgets5,qttranslations5-l10n
|
||||
|
||||
#### Build gta5view for Windows
|
||||
|
||||
#### Build gta5view Windows (Beginner)
|
||||
# Note: Install Docker Community Edition and Git before continuing
|
||||
git clone https://github.com/SyDevTeam/gta5view && cd gta5view
|
||||
docker pull syping/qt5-static-mingw
|
||||
docker run --rm -v ${PWD}:/gta5view -it syping/qt5-static-mingw
|
||||
cd /gta5view && mkdir -p build && cd build
|
||||
qmake-static ../gta5view.pro
|
||||
make -j $(nproc --all)
|
||||
|
||||
Download <a href="https://www.qt.io/">Qt Framework</a> and install it.<br>
|
||||
Take the Online Installer and choose the MinGW version or install Microsoft Visual Studio 2013/2015 Community<br>
|
||||
#### Build gta5view for Windows (Beginner)
|
||||
|
||||
Download the <a href="https://www.qt.io/">Qt Framework</a> and install the MinGW version.<br>
|
||||
Download the Source Code over GitHub or with your Git client.<br>
|
||||
Open the gta5view.pro Project file with Qt Creator and build it over Qt Creator.<br>
|
||||
|
||||
#### Download Binary Releases
|
||||
|
||||
Go to <a href="https://github.com/SyDevTeam/gta5view/releases">gta5view release</a> and download the .exe file for Windows, .deb file for Debian/Ubuntu and .dmg file for OS X
|
||||
Go to <a href="https://github.com/SyDevTeam/gta5view/releases">gta5view release</a> and download the .exe file for Windows, .deb file for Debian/Ubuntu and .dmg file for OS X.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue