Project

General

Profile

Installation » History » Version 2

iri, 03/03/2011 02:57 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 2 iri
To install from sources, see [[Compilation]].
26
27 1 iri
28
h1. Uninstallation
29
30
Delete the library file (.so or .dll)
31
Comment or remove the line to the _usm.ini_ file
32
33
34
h1. GTK+
35
36
To run the 2dgtk+ library for Scol, GTK+ library +must be installed+ to your system. Otherwise, an error message will be displayed.
37
38
In this case, do this :
39
40
* Download the lastest GTK+ binaries : 
41
# On MS Windows : http://www.gtk.org/download-windows.html and choose the most recent version in "All-in-one bundles"
42
# 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)
43
44
* Install them
45
On MS Windows, you can install to :
46
# the Scol root directory (not recommended)
47
# any system or application folder
48
In this last case, verify your _PATH_ :
49
in the command tool, run @echo %PATH%@
50
the folder must be listed. If not, add it :
51
# Go to your Configuration panel > System > Advanced > Environment variables. Seach PATH to the list and click on _Modify_
52
# Add the path (with ; before). For example : ";c:\Programs\Commons Files\Gtk\bin" (without "")
53
or use regedit tool (HKEY_Local_Machine\SYSTEM\CurrentControlSet\Control\Session Manager\Environment)
54
55
* Relaunch Scol
56
57
Return [[wiki|main page]]