X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.scons;h=e6b66fa90bcbbebee8c19741032ee0402581e64d;hb=38cb5cb02a47178523475d21070d6ff622d22a83;hp=799463bc102508612a8358ded58dee1b7bf752de;hpb=205f2b30c2faf71886b051902c065bdef634edb0;p=lyx.git diff --git a/INSTALL.scons b/INSTALL.scons index 799463bc10..e6b66fa90b 100644 --- a/INSTALL.scons +++ b/INSTALL.scons @@ -30,13 +30,13 @@ Prerequisites: -------------- * Python: - Python >= 1.5.2 is required to run scons, but Python >= 2.3 is used by + Python >= 2.6.0 is required to run scons, but Python >= 2.3 is used by lyx itself so the newer version is needed. Python is widely available on non-windows systems. Windows users can download and install python from http://www.python.org. * SCons: - scons >= 0.96.92 is needed. You can either use a full system-wide scons + scons >= 1.1.0 is needed. You can either use a full system-wide scons distribution or a light-weight one (called scons-local) installed along with the lyx source tree. Both variants of scons are freely available from http://www.scons.org. Note that LyX source may ship with scons-base @@ -61,6 +61,9 @@ file: > mkdir build > cd build > scons -f ../development/scons/SConstruct frontend=qt4 all +If you are tired of typing development/scons/SConstruct, you can link +development/scons/SConstruct to the top source directory and use this +SConstruct file. There are three types of command line options: * key=value are user options. They are used to tell scons which @@ -89,7 +92,7 @@ Components to use/build: one. * gettext=included/system/auto * nls=yes/no whether or not enable natural language support. - * spell=aspell/pspell/ispell/auto: spell engine + * spell=aspell/auto: spell engine Paths: Most of them will be probed if not specified. @@ -184,7 +187,7 @@ A typical working sequence: (build lyx, client and tex2lyx, options like qt_dir will be carried over here) > scons rebuild=lyxbase - (working on lyx_main.C, so only need to rebuild lyxbase) + (working on LyX.cpp, so only need to rebuild lyxbase) > scons (build again, only lyxbase will be rebuilt) > scons prefix=/usr/site DESTDIR=/install/dir