mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
9ea3d40e4f
commit
c1d1992a51
2
Home.md
2
Home.md
|
@ -51,7 +51,7 @@ The latest pre-built release version is recommended. Simply download the release
|
||||||
Continue to [Getting Started](#getting-started).
|
Continue to [Getting Started](#getting-started).
|
||||||
|
|
||||||
#### Building from Source
|
#### Building from Source
|
||||||
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'.
|
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 launch **"MSYS2 MinGW 64-bit"**, otherwise, you may see build failures for missing 'cc'.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pacman --needed --noconfirm -S git make \
|
pacman --needed --noconfirm -S git make \
|
||||||
|
|
Loading…
Reference in New Issue