]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/LyXWinInstaller/ReadmeScripts1.5.txt
installer updates
[lyx.git] / development / Win32 / packaging / installer / LyXWinInstaller / ReadmeScripts1.5.txt
1 Description
2
3 This is the readme of the script source code.
4 The file LyXPackageScripts-x-x.rar contains the NSIS (Nullsoft Install System) scripts and
5 used plugins.
6 You can download the file for every release from:
7 http://developer.berlios.de/projects/lyxwininstall/
8
9 ---
10 General
11
12 To compile the installer scripts you need at least NSIS version 2.25.
13
14 The installer scripts needs the plugins "FindProc" and "InetLoad".
15 To use them copy the files "FindProcDLL.dll" and "InetLoad.dll" from the
16 "LyXPackage" folder to NSIS'"Plugins" directory.
17
18 Only when you have built your own file tree:
19 - Copy the files "preferencesxxx", "Aspellxxx.txt", and "session" from the
20   specials folder to the \Resources folder
21 - Copy the files "Console.dll" and "LyXLauncher.exe" from the specials folder
22   to the \bin folder where also the "lyx.exe" is.
23 - Copy all "*.exe" files from the specials\PDFViewWin folder to the \bin
24   folder where also the "lyx.exe" is.
25
26 ---
27 Internationalization
28
29 The subfolder "lyx_languages"
30 contains the language string files. If you want to help the project then
31 translate them or create a new language string file based on the file
32 "english.nsh". Please send the modified files as patch of the category
33 "Language" to
34 http://developer.berlios.de/patch/?group_id=5117
35 or to
36 uwestoehr<at>web.de.
37
38 ---
39 License
40
41 The scripts are released under the GNU General Public License (GPL),
42 see the license file.