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

Setup guide, now win32 & ios is ready, put to README.md required. #2

Closed
halx99 opened this issue Nov 24, 2019 · 1 comment
Closed
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@halx99
Copy link
Collaborator

halx99 commented Nov 24, 2019

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
@halx99 halx99 added this to the HelpDesk milestone Nov 24, 2019
@halx99
Copy link
Collaborator Author

halx99 commented Nov 24, 2019

image

@halx99 halx99 changed the title Setup guide Setup guide, Now win32 is ready. Nov 25, 2019
@halx99 halx99 changed the title Setup guide, Now win32 is ready. Setup guide, now win32 is ready. Nov 25, 2019
@halx99 halx99 changed the title Setup guide, now win32 is ready. Setup guide, now win32 & ios is ready. Dec 1, 2019
@halx99 halx99 changed the title Setup guide, now win32 & ios is ready. Setup guide, now win32 & ios is ready, put to README.md required. Feb 4, 2020
@halx99 halx99 closed this as completed Feb 6, 2020
halx99 added a commit that referenced this issue Feb 7, 2020
Sync latest from origin repo
@halx99 halx99 added documentation Improvements or additions to documentation and removed HelpDesk labels Aug 4, 2020
This was referenced May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants