mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
8df247e640
commit
9ea3d40e4f
10
Home.md
10
Home.md
|
@ -51,7 +51,7 @@ The latest pre-built release version is recommended. Simply download the release
|
|||
Continue to [Getting Started](#getting-started).
|
||||
|
||||
#### Building from Source
|
||||
If you would like to build from source, you can do so by downloading the [MSYS2 environment](https://www.msys2.org/) and building with:
|
||||
If you would like to build from source, you can do so by downloading the [MSYS2 environment](https://www.msys2.org/). After installing MSYS2, you'll need to open **MSYS2 MinGW 64-bit** to perform building. Otherwise, you may see build failures for missing 'cc'.
|
||||
|
||||
```bash
|
||||
pacman --needed --noconfirm -S git make \
|
||||
|
@ -64,6 +64,8 @@ pacman --needed --noconfirm -S git make \
|
|||
mingw-w64-x86_64-SDL2 \
|
||||
mingw-w64-x86_64-libsamplerate \
|
||||
python3
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
./build.sh
|
||||
```
|
||||
|
||||
|
@ -81,6 +83,8 @@ If you would like to build from source, you can do so by first installing the [H
|
|||
```bash
|
||||
brew update
|
||||
brew install glib pixman sdl2 libepoxy coreutils pkg-config dylibbundler libsamplerate
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
./build.sh
|
||||
```
|
||||
|
||||
|
@ -107,6 +111,8 @@ If you are not using Ubuntu, or would prefer to build from source, you can do so
|
|||
```bash
|
||||
sudo apt update
|
||||
sudo apt install build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
./build.sh
|
||||
```
|
||||
|
||||
|
@ -125,7 +131,7 @@ Unfortunately, distributing some of these items would violate copyright laws, so
|
|||
you'll need to acquire them on your own.
|
||||
|
||||
```diff
|
||||
- Disclaimer ------------------------------------------------------------------
|
||||
---------------------------------- DISCLAIMER ----------------------------------
|
||||
The xemu project does not endorse or promote piracy. We don't link to
|
||||
copyrighted files, or discuss how to acquire them. The only legal way to
|
||||
acquire these files is to dump them from *your real, physical Xbox*. Please
|
||||
|
|
Loading…
Reference in New Issue