Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in wiki (Xcode) #11

Closed
xdccrlz opened this issue Oct 23, 2021 · 1 comment
Closed

Error in wiki (Xcode) #11

xdccrlz opened this issue Oct 23, 2021 · 1 comment

Comments

@xdccrlz
Copy link

xdccrlz commented Oct 23, 2021

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

@ckosmic
Copy link
Owner

ckosmic commented Oct 23, 2021

Thanks, fixed.

@ckosmic ckosmic closed this as completed Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants