summaryrefslogtreecommitdiffstats
path: root/database/odk-ng/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'database/odk-ng/INSTALL')
-rwxr-xr-xdatabase/odk-ng/INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/database/odk-ng/INSTALL b/database/odk-ng/INSTALL
new file mode 100755
index 0000000000..a998f70abc
--- /dev/null
+++ b/database/odk-ng/INSTALL
@@ -0,0 +1,12 @@
+./compile.sh install &&
+if spell_ok g++; then
+ cd odkda-cpp &&
+ ./compile.sh install &&
+ cd ..
+fi &&
+if spell_ok mono; then
+ cd odkda-sharp &&
+ ./compile.sh install &&
+ cd ..
+fi
+