mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-30 10:37:05 +00:00
Added Arch Linux install guide
This commit is contained in:
parent
618dd0d0ab
commit
5a085d71b4
1 changed files with 19 additions and 1 deletions
|
|
@ -30,4 +30,22 @@ and then:
|
|||
|
||||
``cmake -G Ninja -B (where you put pound source code) -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++``
|
||||
|
||||
## Linux (Arch/SteamOS)
|
||||
## Linux (Arch/SteamOS)
|
||||
|
||||
Run the following commands in your terminal:
|
||||
``
|
||||
sudo pacman -S ninja clang lld cmake ccache libx11 libxext libxrandr libxcursor libxi libxinerama libxkbcommon wayland-protocols git
|
||||
``
|
||||
|
||||
Now:
|
||||
``git clone https://www.github.com/pound-emu/pound.git``
|
||||
|
||||
then:
|
||||
``
|
||||
cd pound
|
||||
``
|
||||
|
||||
lastly:
|
||||
``
|
||||
cmake -G Ninja -B . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
|
||||
``
|
||||
Loading…
Add table
Add a link
Reference in a new issue