Commit 9a6351ed authored by David Reid's avatar David Reid

Update notes on iOS.

parent 36189adb
...@@ -52,10 +52,11 @@ ...@@ -52,10 +52,11 @@
// The Windows build should compile clean on all popular compilers without the need to configure any include paths // The Windows build should compile clean on all popular compilers without the need to configure any include paths
// nor link to any libraries. // nor link to any libraries.
// //
// Building for macOS // Building for macOS and iOS
// ------------------ // --------------------------
// The macOS build should compile clean without the need to download any dependencies or link to any libraries or // The macOS build should compile clean without the need to download any dependencies or link to any libraries or
// frameworks. The iOS build will need to link the relevant frameworks but should Just Work with Xcode. // frameworks. The iOS build needs to be compiled as Objective-C (sorry) and will need to link the relevant frameworks
// but should Just Work with Xcode.
// //
// Building for Linux // Building for Linux
// ------------------ // ------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment