gta5view/README.md

43 lines
1.9 KiB
Markdown
Raw Normal View History

2016-12-05 22:27:31 +01:00
## gta5view
2017-12-18 06:26:13 +01:00
Grand Theft Auto V Savegame and Snapmatic viewer/editor
2017-12-18 06:26:13 +01:00
- View Snapmatics with the ability to disable them in-game
- Edit Snapmatic pictures and properties in multiple ways
- Import/Export Snapmatics, Savegames and pictures
- Let choose between multiple Social Club accounts as GTA V profiles IDs
#### Screenshots
2018-05-24 23:33:01 +02:00
![Snapmatic Picture Viewer](https://i.imgur.com/dQdW3hx.png)
![User Interface](https://i.imgur.com/SRNQdq6.png)
2018-02-23 11:54:19 +01:00
![Snapmatic Properties](https://i.imgur.com/j1Lodiu.png)
2018-02-08 12:39:57 +01:00
#### Build gta5view for Debian/Ubuntu
2018-02-08 12:39:57 +01:00
# Note: You can use 'sudo make install' instead of 'sudo checkinstall'
2017-12-18 06:26:13 +01:00
sudo apt-get install git gcc g++ qtbase5-dev qttranslations5-l10n qt5-qmake make checkinstall
2018-02-08 12:39:57 +01:00
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)
2017-12-18 06:26:13 +01:00
sudo checkinstall --pkgname=gta5view --pkggroup=utility --requires=libqt5core5a,libqt5gui5,libqt5network5,libqt5widgets5,qttranslations5-l10n
2018-02-08 12:39:57 +01:00
#### Build gta5view for Windows
2018-02-08 12:39:57 +01:00
# 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)
2018-02-08 12:39:57 +01:00
#### Build gta5view for Windows (Beginner)
2018-02-23 11:59:30 +01:00
Download the [Qt Framework](https://www.qt.io/) and install the MinGW version.
Download the Source Code over [GitHub](https://github.com/SyDevTeam/gta5view/archive/1.5.x.zip) or with your Git client.
2018-02-23 11:54:19 +01:00
Open the gta5view.pro Project file with Qt Creator and build it over Qt Creator.
2016-12-06 20:40:20 +01:00
#### Download Binary Releases
2018-02-23 11:54:19 +01:00
Go to [gta5view release](https://github.com/SyDevTeam/gta5view/releases) and download the .exe file for Windows, .deb file for Debian/Ubuntu and .dmg file for OS X.