File: INSTALL-NODEBIAN

package info (click to toggle)
wordtrans 1.1pre15-3.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,792 kB
  • ctags: 2,293
  • sloc: cpp: 15,026; makefile: 769; php: 456; sh: 42
file content (49 lines) | stat: -rw-r--r-- 1,803 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

COMPILING AND INSTALLING ON A NON-DEBIAN SYSTEM
-----------------------------------------------

This file contains some instructions for build wordtrans on
non-debian systems.


REQUIRED PACKAGES
-----------------
You have to be sure you have installed some packages before
trying to compile wordtrans (these are the names in debian): 
libc6-dev, xlib6g-dev, libstdc++2.10-dev, gettext, sgml-tools, g++, 
libqt2 and libqt2-dev.

UPDATE: version 1.1pre8 doesn't need recode anymore (because now it 
uses iconv from glibc). But it requieres the library fribidi 
(packages libfribidi0 and libfribidi-dev) for improving the support 
of the dictionary English-Hebrew from Babylon Translator. If you're not 
interested in that dictionary then you can compile without fridibi 
by editing the file Makefile.dirs and commenting the line which 
says "USE_FRIBIDI_LIB=TRUE"


COMPILING WITH QT 2
-------------------
1) Edit Makefile.dirs and be sure the library paths are correct 
   for your system. 

2) Edit Makefile.config and change if you like any compilation
   option.

3) Type "make all". If everything is OK the executables will be created 
   in src/, the documentation in docs/salida/ and the Spanish translation 
   in po/.

4) As root type "make install". This will install wordtrans in
   /usr/bin, qwordtrans in /usr/X11R6/bin, some configuration files in
   /etc/wordtrans, the documentation in /usr/share/doc/wordtrans,
   some graphics in /usr/share/wordtrans and the Spanish translation
   in /usr/share/locale/es/LC_MESSAGES.


COMPILING AND INSTALLING KWORDTRANS
-----------------------------------
If you also want to compile the version for KDE 2 type "make all_kde"
and the type "make install_kde" for installing it. Of course, you'll need
the development libraries of KDE 2 installed.