MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 6 as of 2023-05-29 09:08:34
  • Java
  • libswt

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.

  • http://libswt.sourceforge.net/

  • 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

  • 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

   1 cp libswt-gtk2-2.1.1-3.tar.gz /tmp
   2 cd /tmp/
   3 tar xvzf libswt-gtk2-2.1.1-3.tar.gz 
   4 cd libswt-gtk2-2.1.1-3
   5 ./configure 
   6 make clean
   7 make
   8 make install
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01