mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Add Arch Linux Build Instructions (#35)
This commit is contained in:
parent
c7dd2c6c19
commit
c64c7d3bb5
@ -39,7 +39,8 @@ open ./dist/xemu.app
|
||||
|
||||
## Linux
|
||||
|
||||
### Debian/Ubuntu
|
||||
=== "Debian/Ubuntu"
|
||||
|
||||
```bash
|
||||
# Install dependencies
|
||||
sudo apt update
|
||||
@ -53,3 +54,18 @@ cd xemu
|
||||
# Run
|
||||
./dist/xemu
|
||||
```
|
||||
|
||||
=== "Arch Linux"
|
||||
|
||||
```bash
|
||||
# Install dependencies
|
||||
sudo pacman -S libslirp sdl2 git glib2 glu gtk3 libsamplerate meson python
|
||||
|
||||
# Clone and build
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
./build.sh
|
||||
|
||||
# Run
|
||||
./dist/xemu
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user