Changeset 323

Show
Ignore:
Timestamp:
04/25/07 04:15:46 (2 years ago)
Author:
keinfarbton
Message:

Info about libs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r320 r323  
    4747 
    4848To run the examples, some dynamic libs need to be accessible by the exmamples. 
    49 On Window either copy the swt-....dll from the swt-3.2.1-win32/libs directory 
    50     to a directory, that is already in the PATH, or add this directory to the PATH 
     49The original libs can be found either in the original SWT source, see: 
     50    http://www.dsource.org/projects/tioport/browser/trunk/resources/swt-3.2.1-<plattform>.zip 
     51or in the ports directory, see 
     52    http://www.dsource.org/projects/tioport/browser/trunk/ports/swt-3.2.1/swt-3.2.1-<plattform>/libs 
     53 
     54On Window either copy the DLLs to a directory, that is already in the PATH, or add this directory to the PATH 
    5155    environment variable. Or copy the DLLs to the directory of the executable you 
    5256    want to run. 
    5357On Linux do the same with the LD_LIBRARY_PATH variable. Additionally the mozilla libs are needed. 
    5458    SWT is linked with everything (at the moment), this include also the browser components. 
    55     LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../swt-3.2.1-linux-gtk/libs ./paint 
     59    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../ports/swt-3.2.1/swt-3.2.1-linux-gtk/libs ./paint 
    5660    .. or .. 
    57     export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../swt-3.2.1-linux-gtk/libs 
     61    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../ports/swt-3.2.1/swt-3.2.1-linux-gtk/libs 
    5862 
    5963Then run: