gta5view/README.md

33 lines
1.5 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
2017-12-18 06:26:13 +01:00
<img src="https://i.imgur.com/cOcojyq.png"/>
<img src="https://i.imgur.com/LGmxdgU.png"/>
2017-12-18 06:26:39 +01:00
<img src="https://i.imgur.com/j1Lodiu.png"/>
#### Build gta5view Debian/Ubuntu
2017-12-18 06:26:13 +01:00
sudo apt-get install git gcc g++ qtbase5-dev qttranslations5-l10n qt5-qmake make checkinstall
git clone https://github.com/SyDevTeam/gta5view
2017-10-09 08:47:31 +02:00
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
2017-12-18 06:26:13 +01:00
sudo checkinstall --pkgname=gta5view --pkggroup=utility --requires=libqt5core5a,libqt5gui5,libqt5network5,libqt5widgets5,qttranslations5-l10n
2017-12-18 06:26:13 +01:00
#### Build gta5view Windows (Beginner)
2017-12-18 06:26:13 +01:00
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>
2017-12-18 06:26:13 +01:00
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>
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