aboutsummaryrefslogtreecommitdiff
path: root/dist/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-10 16:51:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-10 16:51:17 +0200
commit5e16d23aed5fcb9d9553fe471c34655603c62b52 (patch)
tree26fef4730342ca3372d7d42c760795923996fb60 /dist/INSTALL
parent587804df04ba83c1fc18671dcdd9927c41820f0a (diff)
Add sample Symbian configuration
Diffstat (limited to 'dist/INSTALL')
-rw-r--r--dist/INSTALL11
1 files changed, 9 insertions, 2 deletions
diff --git a/dist/INSTALL b/dist/INSTALL
index 434c1a2..9c06901 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 for iPhone/iOS and Android NDK see the corresponding notes
-at the end of this document.
+building for iPhone/iOS, Android NDK, and Symbian SDK 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
@@ -107,6 +107,13 @@ makefiles in the etc/android/ directory. The accompanying README
file provides step-by-step instructions on how to use XSD/e with
Android.
+Notes on Symbian SDK
+--------------------
+
+You can find sample configuration files for Symbian SDK in the
+etc/symbian/ directory. The accompanying README file provides
+step-by-step instructions on how to use XSD/e with Symbian.
+
Notes on eMbedded Visual C++ 4.0
--------------------------------