aboutsummaryrefslogtreecommitdiff
path: root/dist/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-12 15:51:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-12 15:51:18 +0200
commitb7c3f32ea4e68a0865761f65d68a011ab9606363 (patch)
tree103c457491742cf2883822d9e1455654065f9737 /dist/INSTALL
parent41d5736ad3bfe495915f17ce6ff6cddede47b53a (diff)
Add sample Android configuration and build system setup/instructions
Diffstat (limited to 'dist/INSTALL')
-rw-r--r--dist/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/INSTALL b/dist/INSTALL
index 315b807..ff48ba2 100644
--- a/dist/INSTALL
+++ b/dist/INSTALL
@@ -108,6 +108,15 @@ check other configuration parameters (e.g., the use of iostream,
STL, C++ exceptions, etc; they are all enabled by default).
+Notes on Android NDK
+--------------------
+
+You can find a sample configuration file as well as the Android NDK
+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 eMbedded Visual C++ 4.0
--------------------------------