ckosmic / sm64ex-ios

iOS/tvOS port of https://github.com/sm64pc/sm64ex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in wiki (Xcode)

xdccrlz opened this issue · comments

Describe the bug
Have an error in the dir name of the command:

Downloading the project and SDL2

Create a working directory to put project files: mkdir sm64ios && cd sm64ios
Clone sm64ex-ios and SDL and set up necessary directories:
git clone https://github.com/ckosmic/sm64ex-ios.git &&
git clone https://github.com/libsdl-org/SDL.git SDL2 &&
mkdir include &&
cp -a SDL/include include/ &&
mv include/include include/SDL2

SDL cloned into SDL2 (git clone https://github.com/libsdl-org/SDL.git SDL2)
and command must be:
cp -a SDL2/include include/ &&
mv include/include include/SDL2

Thanks, fixed.