Add Arch Linux Build Instructions (#35)

This commit is contained in:
Mason Thompson 2021-06-17 07:24:51 -04:00 committed by GitHub
parent c7dd2c6c19
commit c64c7d3bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```