]> git.lyx.org Git - lyx.git/blob - INSTALL.Win32
Small update to README
[lyx.git] / INSTALL.Win32
1 Compiling LyX 2.2 for Win32 and creating Windows installer
2 ==========================================================
3
4 It's recommended to compile LyX using Microsoft Visual C++ 2015 and CMake.
5 Pre-compiled packages with dependencies are provided for this environment.
6
7
8 Compiling with Microsoft Visual C++
9 ===================================
10
11 Follow this Wiki page:
12
13         http://wiki.lyx.org/Windows/Compilation
14
15 If you find there any errors please write a mail to the lyx-devel mailing list.
16
17
18 Creating the Installer
19 ======================
20
21         - Get NSIS from http://nsis.sourceforge.net
22         - In the LyX source directory, go to development\Win32\packaging\installer
23         - Copy the 3 dll-files from there to the DLL folder of the NSIS installation
24         - Check whether the file locations/paths in settings.nsh match your setup.
25         - Right-click on lyx.nsi and click "Compile NSIS Script".