mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Added Fedora and Arch and ubuntu deps
changes formatting of the other deps
This commit is contained in:
parent
8d275efd4f
commit
8045b3f814
1 changed files with 10 additions and 14 deletions
24
BUILD.md
24
BUILD.md
|
@ -22,23 +22,19 @@ You can also skip steps 3-5 and open the root folder of the cloned repo directly
|
|||
To compile Cemu, a recent enough compiler and STL with C++20 support is required! We use clang 12, other compilers may work as well.
|
||||
|
||||
For ubuntu and most derivatives:
|
||||
|
||||
1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.
|
||||
2) `sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm`
|
||||
3) Run `git clone --recursive https://github.com/cemu-project/Cemu`
|
||||
4) `cd Cemu`
|
||||
5) `mkdir build && cd build`
|
||||
6) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -G Ninja -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja`
|
||||
8) `ninja`
|
||||
`sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm`
|
||||
|
||||
For Arch and most derivatives:
|
||||
`sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm`
|
||||
|
||||
For Fedora and most derivatives:
|
||||
`sudo dnf in -y gtk3-devel libsecret-devel libgcrypt-devel systemd-devel freeglut-devel clang12-libs nasm cmake vcpkg perl-core zlib-devel`
|
||||
|
||||
1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.
|
||||
2) `sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm`
|
||||
3) Run `git clone --recursive https://github.com/cemu-project/Cemu`
|
||||
4) `cd Cemu`
|
||||
5) `mkdir build && cd build`
|
||||
6) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -G Ninja -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja`
|
||||
8) `ninja`
|
||||
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 -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -G Ninja -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja`
|
||||
6) `ninja`
|
||||
|
||||
Build instructions for other distributions will be added in the future!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue