]> git.lyx.org Git - lyx.git/blob - development/tools/README.bin.example
Update scons to the latest FreeBSD patch
[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 That's it. Happy LyXing !
19
20
21 If you did not unpack the distribution in /usr/local
22 ----------------------------------------------------
23
24 LyX can perfectly work in this situation, except for one thing: as
25 distributed, LyX expects to find its internationalization files in the
26 directory /usr/local/share/locale. If you unpacked the distribution in
27 directory /foo, you should set the environment variable LYX_LOCALEDIR
28 to point to /foo/share/locale as follows:
29   LYX_LOCALEDIR=/foo/share/locale            (if you use sh or bash as shell)
30 or
31   setenv LYX_LOCALEDIR /foo/share/locale     (for csh or tcsh)
32
33 Note that, if if you do not have any interest in having LyX display
34 its messages in other languages than english, you can safely skip this
35 step.