X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.scons;h=6376e2f6d0d551b27bf1541603c7f72ab23c1140;hb=e224ef029b58de61fead592a6134775dbd9a97b8;hp=799463bc102508612a8358ded58dee1b7bf752de;hpb=205f2b30c2faf71886b051902c065bdef634edb0;p=lyx.git diff --git a/INSTALL.scons b/INSTALL.scons index 799463bc10..6376e2f6d0 100644 --- a/INSTALL.scons +++ b/INSTALL.scons @@ -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 @@ -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