Installation » History » Version 1
iri, 03/03/2011 02:56 PM
1 | 1 | iri | h1. Installation |
---|---|---|---|
2 | |||
3 | h3. Download the lastest version available from the repository (http://trac.scolring.org/projects/lib2dgtk/repository/show/bin/Release) |
||
4 | |||
5 | * .so for GNU / Linux users |
||
6 | * .dll fo MS Windows XP, Vista, Seven users |
||
7 | |||
8 | h3. Copy the library to your Scol plugins subfolder : |
||
9 | |||
10 | * On GNU / Linux, Scol is typically in your home folder. So, the library must be in a _plugins_ directory. |
||
11 | * On MS Windows, Scol is typically in your Programs (or Program Folder) folder. So, the library must be in _plugins_ directory. |
||
12 | |||
13 | h3. Edit the _usm.ini_ file : |
||
14 | |||
15 | * with any text editor, or |
||
16 | * if Scol is launched, by right click on the Scol icon : settings > expert mode |
||
17 | |||
18 | Then, add this line to your _usm.ini_ file (in the root of your Scol directory) : |
||
19 | *@plugin plugins/2dgtk.dll SCOLload2dGTK SCOLfree2dGTK@* |
||
20 | |||
21 | h3. Relaunch Scol |
||
22 | |||
23 | That's all :) |
||
24 | |||
25 | |||
26 | h1. Uninstallation |
||
27 | |||
28 | Delete the library file (.so or .dll) |
||
29 | Comment or remove the line to the _usm.ini_ file |
||
30 | |||
31 | |||
32 | h1. GTK+ |
||
33 | |||
34 | To run the 2dgtk+ library for Scol, GTK+ library +must be installed+ to your system. Otherwise, an error message will be displayed. |
||
35 | |||
36 | In this case, do this : |
||
37 | |||
38 | * Download the lastest GTK+ binaries : |
||
39 | # On MS Windows : http://www.gtk.org/download-windows.html and choose the most recent version in "All-in-one bundles" |
||
40 | # On GNU / Linux : open/launch your packages tool and install it (recommended) or from the sources : http://www.gtk.org/download-linux.html (for experts) |
||
41 | |||
42 | * Install them |
||
43 | On MS Windows, you can install to : |
||
44 | # the Scol root directory (not recommended) |
||
45 | # any system or application folder |
||
46 | In this last case, verify your _PATH_ : |
||
47 | in the command tool, run @echo %PATH%@ |
||
48 | the folder must be listed. If not, add it : |
||
49 | # Go to your Configuration panel > System > Advanced > Environment variables. Seach PATH to the list and click on _Modify_ |
||
50 | # Add the path (with ; before). For example : ";c:\Programs\Commons Files\Gtk\bin" (without "") |
||
51 | or use regedit tool (HKEY_Local_Machine\SYSTEM\CurrentControlSet\Control\Session Manager\Environment) |
||
52 | |||
53 | * Relaunch Scol |
||
54 | |||
55 | Return [[wiki|main page]] |