Looking for a pointer to where I can find source and binaries for current releases of jlayout. I know it was merged into dktools but does it still exist as a separate entity anywhere? I've had a hard time opening the RPM's and don't see any .debs either.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Steve,
on the dktools project page at http://sourceforge.net/projects/dktools click on "View all files" and download
dktools-2.2.13.zip. This archive contains the sources.
After unpacking run
./configure
make
make install
You need the Gnu Compilers (typically packages with "gcc-" at the beginning of the name).
Before installing dktools you should use your package management to install zlib-devel, libpng-devel, openssl-devel, gdbm-devel. Furthermore bzip2-devel, jpeg-devel, tiff-devel, netpbm-devel and netsnmp-devel are recommended.
The names listed here are for Fedora Core, may be the names differ a little bit on Debian-based systems.
Hope this helps.
Regards
Dirk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dirk,
Looking for a pointer to where I can find source and binaries for current releases of jlayout. I know it was merged into dktools but does it still exist as a separate entity anywhere? I've had a hard time opening the RPM's and don't see any .debs either.
Thanks!
Hi Steve,
on the dktools project page at http://sourceforge.net/projects/dktools click on "View all files" and download
dktools-2.2.13.zip. This archive contains the sources.
After unpacking run
./configure
make
make install
You need the Gnu Compilers (typically packages with "gcc-" at the beginning of the name).
Before installing dktools you should use your package management to install zlib-devel, libpng-devel, openssl-devel, gdbm-devel. Furthermore bzip2-devel, jpeg-devel, tiff-devel, netpbm-devel and netsnmp-devel are recommended.
The names listed here are for Fedora Core, may be the names differ a little bit on Debian-based systems.
Hope this helps.
Regards
Dirk