We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now 3rd bin for win32 & ios is ready, after thus, then you can do follow to run cpp-tests: Win32
python download-deps.py mkdir build cmake -A Win32 .. cmake --build . --config Debug --target cpp-tests
ios xcode:
brew update brew install git brew install cmake brew install autoconf brew install automake brew install libtool sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer mkdir build cd build cmake .. -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos -DCMAKE_C_COMPILER=/Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DCMAKE_CXX_COMPILER=/Applications/Xcode.app/Contents/Developer/usr/bin/g++ cmake --build . --config Debug --target cpp-tests
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Merge pull request #2 from c4games/master
ea12142
Sync latest from origin repo
Remove unused CaptureCallbackCommand (#2)
961b023
weiwest
No branches or pull requests
Now 3rd bin for win32 & ios is ready, after thus, then you can do follow to run cpp-tests:
Win32
python download-deps.py mkdir build cmake -A Win32 .. cmake --build . --config Debug --target cpp-tests
ios xcode:
The text was updated successfully, but these errors were encountered: