Size: 477
Comment:
|
← Revision 6 as of 2023-05-29 09:08:34 ⇥
Size: 953
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* http://heanet.dl.sourceforge.net/project/libswt/libswt-gtk2/gtk2-2.1.1-3/libswt-gtk2-2.1.1-3.tar.gz * https://sourceforge.net/projects/libswt/files/libswt-gtk-support/gtk2-support-2.1.1-4/libswt-gtk2-support-2.1.1-4.tar.gz/download == Build libswt-gtk-support == == Build libswt-gtk == {{{#!highlight sh cp libswt-gtk2-2.1.1-3.tar.gz /tmp cd /tmp/ tar xvzf libswt-gtk2-2.1.1-3.tar.gz cd libswt-gtk2-2.1.1-3 ./configure make clean make make install }}} |
libswt
libswt is just the SWT from the Eclipse project, repackaged so that it can be easily built into a native "so" on Linux (and possibly other OS's which can build GTK and GCJ).
SWT stands for Standard Widget Toolkit. The Eclipse project built this graphical toolkit because they didn't want to use Swing, which is Sun's solution for GUI Java code.
https://sourceforge.net/projects/libswt/files/latest/download?source=files
http://heanet.dl.sourceforge.net/project/libswt/libswt-gtk2/gtk2-2.1.1-3/libswt-gtk2-2.1.1-3.tar.gz
Build libswt-gtk-support