From d0899623ad1545ddbac6884df1c68ab981d8e297 Mon Sep 17 00:00:00 2001 From: Syping Date: Tue, 13 Oct 2020 22:35:17 +0200 Subject: [PATCH] README: add Arch/Manjaro build instruction --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 665701b..aba7a14 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,16 @@ Grand Theft Auto V Savegame and Snapmatic viewer/editor #### Build gta5view for Debian/Ubuntu - sudo apt-get install cmake git gcc g++ libqt5svg5-dev qtbase5-dev qttranslations5-l10n make + sudo apt-get install cmake git gcc g++ libqt5svg5-dev make qtbase5-dev qttranslations5-l10n + git clone https://gitlab.com/Syping/gta5view && cd gta5view + mkdir -p build && cd build + cmake ../ + make -j $(nproc --all) + sudo make install + +#### Build gta5view for Arch/Manjaro + + sudo pacman -S cmake gcc git make qt5-base qt5-svg qt5-tools qt5-translations git clone https://gitlab.com/Syping/gta5view && cd gta5view mkdir -p build && cd build cmake ../ @@ -32,19 +41,13 @@ Grand Theft Auto V Savegame and Snapmatic viewer/editor #### Build gta5view for Fedora - sudo dnf install cmake git gcc gcc-c++ qt5-qtbase-devel qt5-qtsvg-devel qt5-qttranslations make + sudo dnf install cmake git gcc gcc-c++ make qt5-qtbase-devel qt5-qtsvg-devel qt5-qttranslations git clone https://gitlab.com/Syping/gta5view && cd gta5view mkdir -p build && cd build cmake ../ make -j $(nproc --all) sudo make install -#### Build gta5view for Windows (Beginner) - -Download the [Qt Framework](https://www.qt.io/) and install the MinGW version. -Download the Source Code over the Repository or with your Git client. -Open the gta5view.pro Project file with Qt Creator and build it over Qt Creator. - #### Download Binary Releases 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.