mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
Update README.md
This commit is contained in:
parent
8676bcdc01
commit
3d1b0f3774
15
README.md
15
README.md
@ -57,7 +57,20 @@ Requires:
|
||||
- [devkitPPC r31+](https://devkitpro.org/wiki/Getting_Started)
|
||||
|
||||
### Building on Windows
|
||||
Use [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and then follow the Linux instructions.
|
||||
If you are using devkitPro then you can build wut using the provided msys2 environment:
|
||||
```
|
||||
export PATH=$PATH:/opt/devkitpro/devkitPPC/bin
|
||||
export DEVKITPPC=/opt/devkitpro/devkitPPC
|
||||
pacman -S gcc cmake zlib-devel
|
||||
git clone --recursive https://github.com/decaf-emu/wut.git
|
||||
cd wut
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/opt/wut ../
|
||||
make install
|
||||
export WUT_ROOT=/opt/wut
|
||||
```
|
||||
|
||||
Or use [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and then follow the Linux instructions after preparing your environment.
|
||||
|
||||
For example, if you installed Ubuntu 18.04 then you might setup your environment like:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user