aboutsummaryrefslogtreecommitdiff
path: root/dist/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-10 10:25:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-10 10:25:23 +0200
commit9d45c2a295513066b2d8d602b0ef3e92ebfed5ed (patch)
tree3ea404342bf8762db36ec555f1188c1c78251f67 /dist/INSTALL
parent709cec02d3566b8f359b109440b50facceaab86a (diff)
Add support for XCode project-based build for iOS
Diffstat (limited to 'dist/INSTALL')
-rw-r--r--dist/INSTALL25
1 files changed, 8 insertions, 17 deletions
diff --git a/dist/INSTALL b/dist/INSTALL
index ff48ba2..434c1a2 100644
--- a/dist/INSTALL
+++ b/dist/INSTALL
@@ -12,8 +12,8 @@ GNU make
This section provides general instructions for building the XSD/e
runtime and examples with GNU make. For additional information on
-building with XCode 3.1 iPhone SDK see the corresponding notes at
-the end of this document.
+building for iPhone/iOS and Android NDK see the corresponding notes
+at the end of this document.
The first step in building the source code with GNU make is to
configure the runtime library by editing the config/config.make
@@ -91,21 +91,12 @@ and link your executables with the libxsde\xsde\xsde.lib
library.
-Notes on XCode 3.1.x iPhone SDK
--------------------------------
-
-You can find two sample configuration files for this development
-environment in the etc/iphone/ directory. The first configuration
-file is for the device and the other is for the simulator. You will
-need to copy one of these files to the config/ directory and rename
-it to config.make. If your iPhone SDK is installed in a location
-other than the default (/Developer) then you will need to adjust
-the paths at the beginning of the configuration file. You may also
-need to adjust the iPhone SDK version (e.g., 2.1 or 2.2 instead of
-2.0) as well as the C and C++ compiler executable names if you are
-using newer versions of XCode. Additionally, you may also want to
-check other configuration parameters (e.g., the use of iostream,
-STL, C++ exceptions, etc; they are all enabled by default).
+Notes on XCode and iPhone/iOS SDK
+---------------------------------
+
+You can find sample configuration files for iPhone/iOS in the
+etc/ios/ directory. The accompanying README file provides step-by-
+step instructions on how to use XSD/e with iOS.
Notes on Android NDK