mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
461609e712
commit
e145e4e3ce
18
Home.md
18
Home.md
|
@ -3,8 +3,10 @@
|
|||
<br /><br />
|
||||
|
||||
[![Build Status](https://github.com/mborgerson/xemu/workflows/Build/badge.svg?branch=master)](https://github.com/mborgerson/xemu/actions?query=branch%3Amaster)
|
||||
[![Download](https://img.shields.io/badge/Download-Windows%2C%20macOS-blue)](https://github.com/mborgerson/xemu/releases/latest)
|
||||
[![Chat Badge](https://img.shields.io/badge/Chat-Discord-7289DA)](https://discord.gg/ayyjsuM)
|
||||
[![Download](https://img.shields.io/badge/Download-Windows-blue?logo=Windows)](https://github.com/mborgerson/xemu/releases/latest)
|
||||
[![Download](https://img.shields.io/badge/Download-macOS-blue?logo=Apple)](https://github.com/mborgerson/xemu/releases/latest)
|
||||
[![Download](https://img.shields.io/badge/Download-Ubuntu%20PPA-orange?logo=ubuntu)](https://launchpad.net/~mborgerson/+archive/ubuntu/xemu)
|
||||
[![Chat Badge](https://img.shields.io/badge/Chat-Discord-7289DA?logo=Discord)](https://discord.gg/ayyjsuM)
|
||||
|
||||
Welcome! **xemu** is an open-source, cross-platform application that emulates the hardware of the [original Xbox](https://en.wikipedia.org/wiki/Xbox_(console)) game console, allowing users to play their Xbox games on Windows, macOS, and Linux systems. This project is focused on making significant forward progress in terms of features, performance, stability, and user experience in Xbox emulation.
|
||||
|
||||
|
@ -61,7 +63,17 @@ brew install glib pixman sdl2 libepoxy coreutils pkg-config dylibbundler
|
|||
```
|
||||
|
||||
### Linux (Debian/Ubuntu)
|
||||
At the moment, Linux users will need to build from source. Binaries will be available soon.
|
||||
Users running Ubuntu are recommended to use the PPA to easily install the pre-built release version:
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:mborgerson/xemu
|
||||
sudo apt-get update
|
||||
sudo apt install xemu
|
||||
xemu
|
||||
```
|
||||
|
||||
Users of other Linux distributions will need to build from source. Instructions depend
|
||||
on platform. The following instructions are for Ubuntu:
|
||||
|
||||
```bash
|
||||
sudo apt-get update
|
||||
|
|
Loading…
Reference in New Issue