Hi,
I would like to compile dolphinios but I can't get it to work.
I have followed the instructions:
Use Homebrew to install software:
brew install cmake
brew install ninja
brew install bartycrouch
brew install python
Install some python stuff:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
/usr/local/bin/python3 -m pip install --upgrade polib
Finally, use CocoaPods to install some iOS libraries:
cd Source/iOS/DolphiniOS/
pod install
In xcode I get the error:
ninja: error: loading 'build.ninja': No such file or directory
Maybe someone could help me.
Thanks
Stephan
I would like to compile dolphinios but I can't get it to work.
I have followed the instructions:
Use Homebrew to install software:
brew install cmake
brew install ninja
brew install bartycrouch
brew install python
Install some python stuff:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
/usr/local/bin/python3 -m pip install --upgrade polib
Finally, use CocoaPods to install some iOS libraries:
cd Source/iOS/DolphiniOS/
pod install
In xcode I get the error:
ninja: error: loading 'build.ninja': No such file or directory
Maybe someone could help me.
Thanks
Stephan