X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.scons;h=f0da4e24a92dbfca4639ebefda7d4a6bb19f054c;hb=e5dab3fc94191275307716511a8410f753e2ab9d;hp=44e5c100e153853ebd2d8afcc81f0a1dbd4fdda0;hpb=3023f93593bf4acf62c0db4a0d0c487fbdde6e80;p=lyx.git diff --git a/INSTALL.scons b/INSTALL.scons index 44e5c100e1..f0da4e24a9 100644 --- a/INSTALL.scons +++ b/INSTALL.scons @@ -126,6 +126,11 @@ Installation options: * DESTDIR: if specified, install to this directory instead of $prefix. * version_suffix=yes/no/something : if specified, this suffix will be appended to the user data directory. + * win_installer: if specified under windows, and if 'installer' target + is given, generate NSIS installer specifed as win_installer which can + be a full path name. The default is lyx-version-timestamp-Installer.exe + for a development version, and lyx-version-Installer.exe for a released + version. Compiler choice and flags: @@ -147,7 +152,7 @@ You can specify one or more of the following targets: Programs: tex2lyx, client, lyx, all = tex2lyx + client + lyx Installation: - po, install = all + po + po, install = all + po, installer (windows only, need NSIS) Misc: msvs_projects