Index of /download/binary
--------------------------------------------------
Latest Binary Packages
--------------------------------------------------
yudit-2.9.0-1.alpha.rpm
Platform: Alpha / Linux / Redhat 7.1
Yudit Version: 2.9.0
yudit-2.9.0-1.i586.rpm
Platform: Pentium / Linux
yudit-2.9.0-1.x86_64.rpm
Platform: AMD64 / Linux
yudit-2.9.0-1.exe
Platform: Intel / Windows 95/98/2000/ME/XP
Yudit Version: 2.9.0
After installation type 'howto windows' for
general configuration hints.
bitmap_fonts-1.2.exe
Platform: Intel / Windows 95/98/2000/ME/XP
Yudit Version: Any
Recommended bitmap fonts for yudit-2.9.0-1.exe.
yudit_syntax-1.0.exe
Pre-assembled spelling files for hu de en.
--------------------------------------------------
You can create a binary package yourself
--------------------------------------------------
Linux:
1. Get the latest source rpm
wget http://www.yudit.org/download/yudit-2.9.0-1.src.rpm
2. Use rpm to build a binary rpm package
rpm -ba yudit-2.9.0-1.src.rpm
or if you have rpmbuild
rpmbuild -ba yudit-2.9.0-1.src.rpm
Windows (UnxUtils.zip: http://unxutils.sourceforge.net/
and MS Visual C++ 6.0 or above is needed):
1. Get the latest source targz
wget http://www.yudit.org/download/yudit-2.9.0.tar.gz
2. Unpack it into D:\Yudit\yudit-2.9.0
3. Compile
cd D:\Yudit\yudit-2.9.0
copy /b Makefile.in Makefile
4. Prepeare (This will create D:\Yudit\Install directory)
cd D:\Yudit\yudit-2.9.0\bin
wininst
5. Create pacakge (This needs D:\Yudit\Output directory)
Invoke Inno Setup Compiler (http://www.jrsoftware.org/isdl.htm)
Use D:\Yudit\yudit-2.9.0\yudit.iss
Compile package