initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
27
libs/wxWidgets-3.3.1/docs/ios/install.md
Normal file
27
libs/wxWidgets-3.3.1/docs/ios/install.md
Normal file
@@ -0,0 +1,27 @@
|
||||
Building wxWidgets for iOS {#plat_ios_install}
|
||||
----------------------------
|
||||
|
||||
wxiOS is far from a full supported port, but can be used
|
||||
as base for simple applications and future improvements.
|
||||
|
||||
It requires Xcode with iOS SDK 9.0 or later. Xcode is available
|
||||
for free in the macOS app store.
|
||||
|
||||
To build wxiOS you should use Xcode to open the minimal samples
|
||||
Xcode project file located at:
|
||||
|
||||
samples/minimal/minimal_iphone.xcodeproj
|
||||
|
||||
That project files includes wxiphone.xcodeproj so you just need
|
||||
to hit run in order to see the minimal sample running in the
|
||||
simulator.
|
||||
|
||||
The library can also be build via configure/make:
|
||||
|
||||
mkdir build_ios
|
||||
cd build_ios
|
||||
../configure --with-osx_iphone --enable-monolithic \
|
||||
--with-macosx-version-min=8.0 --disable-shared \
|
||||
--enable-macosx_arch=i386 \
|
||||
--with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path)
|
||||
make
|
||||
13
libs/wxWidgets-3.3.1/docs/ios/readme.txt
Normal file
13
libs/wxWidgets-3.3.1/docs/ios/readme.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Welcome to wxWidgets for iOS
|
||||
----------------------------
|
||||
|
||||
wxiOS is far from a full supported port, but can be used
|
||||
as base for simple applications and future improvements.
|
||||
|
||||
Please send problems concerning installation, feature requests,
|
||||
bug reports or comments to the wxWidgets users list. These can
|
||||
be found at https://www.wxwidgets.org/support/mailing-lists/
|
||||
|
||||
Regards,
|
||||
|
||||
The wxWidgets Team
|
||||
Reference in New Issue
Block a user