Yudit HOWTO
HOWTO Document List
You can see the howto documents in Yudit unicode editor if you type 'howto configure' in the command area of the editor window.
For your reference, I put the following documents on this server:
arabic, baybayin, berber, bidi, build, configure, devanagari, freehand, georgian, greekancient, japanese, keymap, malayalam, rovasiras, syntax, tamil, tibetan, vietnamese, windows
HOWTO build
How to build Yudit?
Author: Gaspar Sinai
Version: 2010-01-31
Unix/Linux using rpm
--------------------
rpmbuild -tb yudit-version.tar.gz
Unix/Linux using tar
--------------------
tar xfz yudit-version.tar.gz
cd yudit-version
./configure
make
make install
Windows95..XP
-------------
You need:
- Freely Downlodable Microsoft SDK (Current release is 9.0)
- GNU tools in C:/Build/Unix/usr/local/wbin
cp.exe rm.exe make.exe tar.exe gunzip.exe
from http://gnuwin32.sourceforge.net/
- Innno Setup (http://www.jrsoftware.org/isinfo.php)
Get a DOS Prompt at C:\Build\Yudit
(This is hardcoded in bin/wininst.bat, Makefile.conf(TOPDIR) and yudit.iss)
C:
cd \Build\Yudit
mkdir Install
"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
gunzip yudit-version.tar.gz
cd yudit-version
cd bin
cd ..
cp Makefile.in Makefile
make
cd bin
wininst.bat (this will copy the necessary install files
to C:\BuildYudit\Install)
open C:\Build\Yudit\yudit-version\yudit.iss with Innno Setup
build will create an install file in C:\Build\Yudit\Output
Minor version change
----------------------
If you want to change the minor version of Yudit you need to
change the following files:
stoolkit/STypes.h
#define SD_YUDIT_VERSION "2.9.2"
yudit-2.9.2.spec
Version: 2.9.2
yudit.iss (Win32 Only)
AppVerName=Yudit-2.9.2
OutputBaseFileName=yudit-2.9.2
[Registry] 2 places 2.9.2
bin/wininst.bat (Win32 Only)
set TOPLEVEL="D:\yudit\yudit-2.9.2"