2016-12-05 22:27:31 +01:00
## gta5view
2016-12-05 21:23:32 +01:00
Grand Theft Auto V Savegame and Snapmatic viewer
2016-12-06 20:19:07 +01:00
- Viewing Snapmatics and giving the ability to disable them in-game
- Import/Export Snapmatics and Savegames
- Choosing between multiple Social Club accounts as GTA V profiles IDs
#### Screenshots
2017-08-26 14:23:06 +02:00
< img src = "https://i.imgur.com/ncMtWjR.png" / >
< img src = "https://i.imgur.com/4THtwb1.png" / >
< img src = "https://i.imgur.com/STkRl6j.png" / >
2016-12-06 20:19:07 +01:00
#### Build gta5view Debian/Ubuntu
2017-10-09 08:45:32 +02:00
apt-get install git gcc g++ qtbase5-dev qttranslations5-l10n qt5-qmake make checkinstall
2016-12-06 20:19:07 +01:00
git clone https://github.com/SyDevTeam/gta5view
mkdir build & & cd build
2017-10-09 08:45:32 +02:00
qmake -qt=5 GTA5SYNC_PREFIX=/usr ../gta5view.pro # or just qmake GTA5SYNC_PREFIX=/usr ../gta5view.pro
2016-12-06 20:19:07 +01:00
make
2017-10-09 08:45:32 +02:00
checkinstall --pkgname=gta5view --pkggroup=utility --requires=libqt5core5a,libqt5gui5,libqt5network5,libqt5widgets5,qttranslations5-l10n
2016-12-06 20:19:07 +01:00
#### Build gta5view Windows
Downloading < 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 >
Downloading Source Code over GitHub or with your Git client.< br >
Open the gta5view.pro file with Qt Creator and build it over Qt Creator.< br >
2016-12-06 20:40:20 +01:00
#### Download Binary Releases
2017-08-26 14:48:30 +02:00
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