Changeset 323
- Timestamp:
- 04/25/07 04:15:46 (2 years ago)
- Files:
-
- trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r320 r323 47 47 48 48 To 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 49 The 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 51 or 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 54 On Window either copy the DLLs to a directory, that is already in the PATH, or add this directory to the PATH 51 55 environment variable. Or copy the DLLs to the directory of the executable you 52 56 want to run. 53 57 On Linux do the same with the LD_LIBRARY_PATH variable. Additionally the mozilla libs are needed. 54 58 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 ./paint59 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../ports/swt-3.2.1/swt-3.2.1-linux-gtk/libs ./paint 56 60 .. or .. 57 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../ swt-3.2.1-linux-gtk/libs61 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/firefox:../ports/swt-3.2.1/swt-3.2.1-linux-gtk/libs 58 62 59 63 Then run:
