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