]> git.lyx.org Git - lyx.git/blob - development/tools/README.bin.example
fix bug #342
[lyx.git] / development / tools / README.bin.example
1 README file for the binary distribution of LyX 1.1.5
2 ======================================================
3
4 Please read the file README for general information on LyX.
5
6 To use this binary distribution of LyX, please follow these steps:
7
8 1) Unpack the distribution in the directory /usr/local (if you unpack
9    it in a different place, please read the note below)
10
11 2) Configure LyX for you system by executing
12      cd share/lyx ; ./configure
13
14 3) Make sure that the directory bin/ is in your path. For example, if
15    you unpacked the distribution in /usr/local, your PATH environment
16    variable should contain "/usr/local/bin".
17
18 4) If you want to use reLyX, the LaTeX-to-LyX translator, you will
19    have to edit the first line of the script, which should read
20      #!/usr/local/bin/perl
21    if you have perl installed as /usr/local/bin/perl. 
22    Note that reLyX requires at least perl version 5.002.
23
24 That's it. Happy LyXing !
25
26
27 If you did not unpack the distribution in /usr/local
28 ----------------------------------------------------
29
30 LyX can perfectly work in this situation, except for one thing: as
31 distributed, LyX expects to find its internationalization files in the
32 directory /usr/local/share/locale. If you unpacked the distribution in
33 directory /foo, you should set the environment variable LYX_LOCALEDIR
34 to point to /foo/share/locale as follows:
35   LYX_LOCALEDIR=/foo/share/locale            (if you use sh or bash as shell)
36 or
37   setenv LYX_LOCALEDIR /foo/share/locale     (for csh or tcsh)
38
39 Note that, if if you do not have any interest in having LyX display
40 its messages in other languages than english, you can safely skip this
41 step.