Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-r-r-0644 authored and ashquarky committed Sep 20, 2019
1 parent 0eaa907 commit 0c51093
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ Clone and enter the wiiu sdl repo:
$ cd SDL
Prepare for the build:

$ mkdir build
$ cd build
$ mkdir build && cd build
Build:

$ cmake ../ -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$DEVKITPRO/portlibs/wiiu
$ cmake ../ -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/wut/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$DEVKITPRO/portlibs/wiiu
$ make
Install (might need to run as sudo depending on `$DEVKITPRO/portlibs/wiiu`permissions):

Expand Down

0 comments on commit 0c51093

Please sign in to comment.