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.md16
1 files changed, 5 insertions, 11 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
index 5f9906e35..adef8c56e 100644
--- a/features/org.eclipse.equinox.executable.feature/library/gtk/README.md
+++ b/features/org.eclipse.equinox.executable.feature/library/gtk/README.md
@@ -2,19 +2,13 @@
# Building
-To build:
-
- ./bulid.sh
-
-This will read the relevant make files.
-
-To clean:
-
+ ./bulid.sh
./build.sh clean
# Developer notes:
-To inject into a test eclipse instance for testing:
+See make_linux.mak for info on how to build/test. See dev_build_install target. Common use case:
- cp eclipse (eclipseDir)/eclipse
- cp eclipse_16xx.so (eclipseDir)/plugins/org.eclipse.equinox.launcher.<ws>.<os>.<arch>*/
+ export DEV_ECLIPSE="your/dev/eclipse"
+ make -f make_linux.mak clean dev_build_install
+

Back to the top