mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 13:02:33 +01:00
Update README.md
This commit is contained in:
parent
6fd39535e3
commit
618f48d144
@ -43,6 +43,7 @@ Requires [Windows CMake](https://cmake.org/download/) + [Windows Make](http://gn
|
|||||||
set DEVKITPPC=<Path to devkitPPC>
|
set DEVKITPPC=<Path to devkitPPC>
|
||||||
git clone --recursive https://github.com/decaf-emu/wut.git
|
git clone --recursive https://github.com/decaf-emu/wut.git
|
||||||
cd wut
|
cd wut
|
||||||
|
mkdir build && cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=install -G "Visual Studio 15 2017" ../
|
cmake -DCMAKE_INSTALL_PREFIX=install -G "Visual Studio 15 2017" ../
|
||||||
msbuild INSTALL.vcxproj /p:Configuration=Release /p:Platform=Win32
|
msbuild INSTALL.vcxproj /p:Configuration=Release /p:Platform=Win32
|
||||||
set WUT_ROOT=%CD%\install
|
set WUT_ROOT=%CD%\install
|
||||||
|
Loading…
Reference in New Issue
Block a user