CINXE.COM

Yudit Installation

<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > <head> <title>Yudit Installation</title> <meta name="keywords" lang="en" content="yudit, unicode editor, unicode text editor" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Language" content="en" /> <link rel="stylesheet" title="Style" href="/styles/style.css" type="text/css" /> <link rel="shortcut icon" href="/images/yudit.ico" type="image/x-icon" /> </head> <body> <div id="menu"> <h4>Navigation</h4> <ul> <li><a href="/">Home</a></li> <li><a href="/download.html">Download</a></li> <li>Install</li> <li><a href="/en/faq/">FAQ</a></li> <li><a href="/en/howto/configure/">HOWTO</a></li> <li><a href="/test.html">Test Page</a></li> <li><a href="/MAPPINGS/">MAPPINGS</a></li> </ul> <h4>Screenshots</h4> <ul> <li> <a href="/images/yudit-3.0.9-scale-2.0.png">Scale 2.0</a> </li> <li> <a href="/images/yudit-3.0.7-linux.png">Linux</a> </li> <li> <a href="/images/yudit-3.0.7-mac.png">Mac</a> </li> <li> <a href="/images/yudit-3.0.7-windows.png">Windows</a> </li> <li> <a href="/images/yudit-3.0.7.png">Yudit 3.0.7</a> </li> <li> <a href="/images/yudit-3.0.5.png">Yudit 3.0.5</a> </li> <li> <a href="/images/yudit-2.7.gif">Yudit 2.7</a> </li> <li> <a href="/images/yudit-2.4.8.gif">Yudit 2.4.8</a> </li> <li> <a href="/images/yudit-2.3.gif">Yudit 2.3</a> </li> <li> <a href="/images/yudit-screen.gif">Yudit 1.6</a> </li> </ul> <h4>Unicode</h4> <ul> <li><a href="http://www.unicode.org/">Unicode Consortium </a></li> <li><a href="http://www.cl.cam.ac.uk/~mgk25/unicode.html">Unicode FAQ</a></li> <li><a href="http://www.unicode.org/cgi-bin/GetUnihanData.pl">Sampler</a></li> <li><a href="http://www.fileformat.info/info/unicode/char/search.htm">CharSearch</a></li> <li><a href="https://github.com/ibus/ibus/wiki">IBus Input Method</a></li> <li><a href="https://wiki.archlinux.org/index.php/Fcitx">Fcitx Input Method</a></li> <li><a href="https://github.com/hunspell/hunspell">Hunspell</a></li> <!-- <li><a href="http://www.jbrowse.com/text/unij.html">Japanese</a></li> --> </ul> <h4>Fonts</h4> <ul> <li><a href="https://fonts.google.com/noto">Noto Fonts</a></li> <li><a href="http://www.unifont.org/">unifont.org</a></li> <li><a href="/download/fonts/">Local Fonts</a></li> <li><a href="http://fontforge.sourceforge.net/">FontForge</a></li> <li><a href="http://www.freetype.org/">Freetype Library</a></li> </ul> <h4>People</h4> <ul> <li><a href="http://rovasmag.hu/">Rov谩s铆r谩s</a></li> <li><a href="http://www.japan-magyar.com/tmk/">Hungarian Club Tokyo</a></li> <li> <a href="http://evertype.com/mailman/listinfo/oldhungarian_evertype.com">Old Hungarian list</a> </li> <li><a href="http://www.tailrecursive.org/postscript/postscript.html">Postscript</a></li> <!-- --> <li><a href="/gaspar/">Gaspar Sinai</a></li> </ul> </div> <div id="main"> <h1>Yudit Installation</h1> <h2>Installing Yudit from RPM Source Package</h2> <p> 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. </p> <p> 1. Get the the latest version of <a href="download.html">yudit-version-src.rpm</a>. <br /> 2. Type </p> <pre> rpmbuild --rebuild yudit-version-src.rpm </pre> <p> 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. <br /> 3. Type </p> <pre> rpm --install the-resulting-binary.rpm </pre> <p> 4. Enjoy yudit, mytool, uniprint and uniconv. </p> <h2>Converting soruce tarball to a binary rpm</h2> <p> From version 2.4.8 and above, there is a way to make rpm package directly from yudit-version.tar.gz. </p> <p> 1. Get the the latest version of yudit-version.tar.gz . <br /> 2. Type </p> <pre> rpmbuild -tb yudit-version.tar.gz </pre> <p> 3. Type </p> <pre> rpm --install the-resulting-binary.rpm </pre> <p> Windows installation is just one click on the executable. For configuration hints type 'howto windows' in the command area. </p> <h2>Installing Yudit from Source Packages</h2> <p> The source package installation will be necessary if you want to install the qt and motif add-ons, or if you want to customize you installation. </p> <p> 1. Get the the latest version of yudit-version-src.tar.gz and untar it with </p> <pre> tar xvfz yudit-version-src.tar.gz </pre> <p> 2. If you need add-on packages (qt or motif) these should be untarred in the yudit-version directory. <br /> 3. Configure the Yudit with </p> <pre> ./configure --prefix=/usr/local </pre> <p> Watch out for error messages. You may need some additional software packages. <br /> 4. Make the full package by typing </p> <pre> make </pre> <p> 5. Install the packages typing </p> <pre> make install </pre> <p> 6. Enjoy yudit, mytool, uniprint and uniconv. </p> <h2>Prerequisites</h2> <p> Yudit is as much stand-alone as it can be. Still you need the following packages to compile and use it. </p> <ul> <li>needed: any version of X Window System on Unix-like systems.</li> <li>needed: any version of <a href="http://www.gnu.org/">GNU</a> c++/g++ compiler.</li> <li>needed: GNU make from <a href="http://www.gnu.org/">from http://www.gnu.org/</a></li> <li>recommended: UCS fonts from: <a href="http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html">http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html</a></li> <li>recommended: several <a href="download/fonts">other fonts</a> including unifont originated from Roman Czyborra.</li> <li>recommended: Canna and Kinput2 for Japanese</li> </ul> </div> <div id="contact"> G谩sp谩r SINAI <script type="text/javascript"> <!-- Begin h = "yudit.org"; f = "gaspar"; document.write('<a href=\"mailto:' + f + '@' + h + '\">'); document.write(f + '@' + h + '</a>'); // antisp --> </script> <br /> <!-- ISO 8601 international standard date and time notation --> Tokyo, <a href="http://www.cl.cam.ac.uk/~mgk25/iso-time.html">2023-02-11</a> </div> <div id="icons"> <p> <a href="http://www.yudit.org/"> <img style="width:144; height:48" src="/images/MadeWithYudit.png" alt="Made With Yudit" /> </a> <a href="http://validator.w3.org/check?uri=referer"> <img style="border:0;width:88px;height:31px" src="/images/valid-xhtml10.png" alt="Valid XHTML 1.0 Strict" /> </a> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="/images/vcss.png" alt="Valid CSS!" /> </a> </p> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10