gta5view/README.md

51 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
2020-10-11 17:46:45 +02:00
- Choose between multiple Social Club accounts as GTA V profiles IDs
#### Screenshots
2018-06-02 07:17:29 +02:00
![Snapmatic Picture Viewer](res/src/picture.png)
2018-06-02 07:15:07 +02:00
![User Interface](res/src/mainui.png)
![Snapmatic Properties](res/src/prop.png)
2018-02-08 12:39:57 +01:00
#### Build gta5view for Windows
2018-06-16 04:58:51 +02:00
# Note: Install Docker Community Edition and Git before continuing
git clone https://gitlab.com/Syping/gta5view && cd gta5view
docker pull sypingauto/gta5view-build:1.8-static
docker run --rm -v ${PWD}:/gta5view -it sypingauto/gta5view-build:1.8-static
2018-06-16 04:58:51 +02:00
cd /gta5view && mkdir -p build && cd build
mingw64-qt-cmake ../
2018-06-16 04:58:51 +02:00
make -j $(nproc --all)
#### Build gta5view for Debian/Ubuntu
sudo apt-get install cmake git gcc g++ libqt5svg5-dev qtbase5-dev qttranslations5-l10n make
2018-06-16 04:58:51 +02:00
git clone https://gitlab.com/Syping/gta5view && cd gta5view
mkdir -p build && cd build
cmake ../
2018-06-16 04:58:51 +02:00
make -j $(nproc --all)
sudo make install
#### Build gta5view for Fedora
sudo dnf install cmake git gcc gcc-c++ qt5-qtbase-devel qt5-qtsvg-devel qt5-qttranslations make
2018-06-16 04:58:51 +02:00
git clone https://gitlab.com/Syping/gta5view && cd gta5view
mkdir -p build && cd build
cmake ../
2018-06-16 04:58:51 +02:00
make -j $(nproc --all)
sudo make install
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.
2018-06-09 19:18:51 +02:00
Download the Source Code over the Repository 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.