Skip to content

noondie/wxwidgets-ios-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

how to build ios port

#1) building wxWidgets build the ios sources in the following way

  • in the wxWidgets folder $mkdir build_ios $cd build_ios $../configure --host=i686-apple-darwin_sim --build=x86_64-apple-darwin17.7.0 --with-osx_iphone --with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) --prefix=<your_prefered_path> $make $make install

  • in the wxWidgets-ios-cmake folder $mkdir build_ios $cd build_ios $cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=../ios.toolchain.cmake -DPLATFORM=SIMULATOR64 ../samples/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages