blob: 1860a306d2ae49e3dbf12cab9f9362a55925d2d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1. Unpack, compile and install web2c by following its installation
instructions.
2. Untar dvgtk-0.2.tar.gz in the top-level web2c source directory which
should create a dvgtk subdirectory.
3. Set the default values in dvgtk/defaults.h.
4. Run configure in dvgtk directory with the same parameters as for web2c.
5. make
6. make install
If you prefer to compile web2c and dvgtk in the same session you will
need to apply the supplied web2c-dvgtk.patch in the top-level web2c
directory and then run configure, make and make install.
|