Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5f9906e357a18750a79d0dbdfb71a64e006a1f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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