|
The rpm packaged installation is very easy. Binary rpm packages my be
available but I recommend that you get the source rpm and recompile.
Some of the binaries may not be compatible with your system.
- Get the the latest version of
yudit-version-src.rpm .
- Type
rpmbuild --rebuild yudit-version-src.rpm This will configure,
compile and install the package. Watch out for errors as you may need
some additional software packages.
Check the location and name of the resulting binary rpm package.
- Type
rpm --install the-resulting-binary.rpm
- Enjoy yudit, mytool, uniprint and uniconv.
From version 2.4.8 and above, there is a way to make rpm package
directly from yudit-version.tar.gz.
- Get the the latest version of
yudit-version.tar.gz .
- Type
rpmbuild -tb yudit-version.tar.gz
- Type
rpm --install the-resulting-binary.rpm
Windows installation is just one click on the executable. For
configuration hints type 'howto windows' in the command area.
|