From 77b8c01fb7ab6eafd866e4c2c0da5da8dd2dac71 Mon Sep 17 00:00:00 2001 From: Joost Verburg Date: Thu, 17 Feb 2011 19:42:32 +0000 Subject: [PATCH] add info about installer compilation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37723 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.Win32 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.Win32 b/INSTALL.Win32 index 2342efceea..dfd56272f3 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -103,4 +103,7 @@ Compiling with Microsoft Visual C++ Creating the Installer ====================== - The installer for LyX 2.0 is currently being developed. + - Get NSIS from http://nsis.sourceforge.net + - In the LyX source directory, go to development\Win32\packaging\installer + - Check whether the file locations in settings.nsh match your setup. + - Right-click on lyx.nsi and click "Compile NSIS Script".