]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/Readme.txt
installer: update the packages list
[lyx.git] / development / Win32 / packaging / installer / Readme.txt
1 To build the installer do the following:
2
3 1. extract the source zip-file to e.g. the path "C:\LyX"
4 2. open the file settings.nsh with a text editor
5    and adapt there the following paths to the one on your PC:
6  !define FILES_LYX "C:\LyX\LyXPackage\LyX"
7  !define FILES_DEPS "C:\LyX\LyX2.0x\lyx-windows-deps-msvc2008"
8  !define FILES_QT "C:\LyX\LyXPackage\LyX"
9 3. install NSIS (http://nsis.sourceforge.net/Download)
10 4. open the file FindProc.zip (that is part of this bundle),
11    extract from it the file FindProc.dll to the Plugins folder of
12    NSIS's installation folder
13 5. open the file InetLoad.zip (that is part of this bundle),
14    extract from it the file InetLoad.dll to the Plugins folder of
15    NSIS's installation folder
16 6. right-click on the file lyx-standard.nsi and choose "Compile NSIS script"
17    to compile the standard installer
18 7. right-click on the file lyx-bundle.nsi and choose "Compile NSIS script"
19    to compile the bundle installer