Added other Distro's Deps

Added: Arch Linux deps
Added : Fedora Deps
This commit is contained in:
RyzenDew 2022-08-27 18:24:10 -03:00 committed by GitHub
parent 2d18df75a1
commit f0d7aa7625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,19 @@ To compile Cemu, a recent enough compiler and STL with C++20 support is required
For ubuntu and most derivatives:
1) `sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm ninja-build`
2) Run `git clone --recursive https://github.com/cemu-project/Cemu`
3) `cd Cemu`
4) `mkdir build && cd build`
5) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja`
6) `ninja`
Build instructions for other distributions will be added in the future!
`sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm ninja-build`
For Arch and most derivatives:
`sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm git zlib vcpkg`
For Fedora and most derivatives:
`sudo dnf in -y gtk3-devel libsecret-devel libgcrypt-devel systemd-devel freeglut-devel nasm cmake vcpkg perl-core zlib-devel`
1) Run `git clone --recursive https://github.com/cemu-project/Cemu`
2) `cd Cemu`
3) `mkdir build && cd build`
4) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja`
5) `ninja`