Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/library/gtk/README.md')
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/gtk/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/gtk/README.md b/features/org.eclipse.equinox.executable.feature/library/gtk/README.md
new file mode 100644
index 000000000..5f9906e35
--- /dev/null
+++ b/features/org.eclipse.equinox.executable.feature/library/gtk/README.md
@@ -0,0 +1,20 @@
+
+
+# Building
+
+To build:
+
+ ./bulid.sh
+
+This will read the relevant make files.
+
+To clean:
+
+ ./build.sh clean
+
+# Developer notes:
+
+To inject into a test eclipse instance for testing:
+
+ cp eclipse (eclipseDir)/eclipse
+ cp eclipse_16xx.so (eclipseDir)/plugins/org.eclipse.equinox.launcher.<ws>.<os>.<arch>*/

Back to the top