-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.win32
45 lines (39 loc) · 1.48 KB
/
install.win32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Simply unzip dia-bin-YYYY-MM-DD.zip with it's directory structure
into a directory of your choice. If you don't already
have the GTK+ libraries, get them on the Dia Win32 website.
Additional the dia-extra-libs-YYYY-MM-DD.zip are required. These
are libraries which Dia depends on, but they aren't changed
with every Dia version.
The libraries have to be found by DIA, so put them in the same
directory as DIA.EXE, please DON'T interchange them with the
versions provided with The Gimp until you aren't *absolutely*
positive about what you are doing.
--
If you installed Dia as told above and on the website,
most things shoud work mostly without problems.
If not, please read and understand the following
directory diagram before bothering me with questions
about installation.
<Directory of your choice, but avoid blanks>
+ dia (main directory, may be named
as you like as well)
+ bin
dia.exe
libdia.dll
(additional libraries like libxml, libart, ...)
+ dia (plug-in directory)
cgm.dl
chronogram.dll
(...)
(DON'T place *non* plug-in dlls here, or you'll get warnings
while the plug-ins are initialized)
+ samples (guess what)
(...)
+ shapes (shape description files for various plug-ins)
+ Circuit
+ (...)
+ sheets (control files for various plug-ins)
+ Er
+ (...)
(...)
--Hans Breuer <Hans Breuer.Org>