mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
5e948b9bf2
(I know that not everybody likes this, but -- you know.) The folder PDFViewWin contains the programs I wrote to fix bug 3045. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16802 a592a061-630c-0410-9148-cb99ea01b6c8
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
Description
|
|
|
|
This is the readme of the script source code.
|
|
The file LyXPackageScripts-x-x.rar contains the NSIS (Nullsoft Install System) scripts and
|
|
used plugins.
|
|
|
|
---
|
|
General
|
|
To compile the installer scripts you need at least NSIS version 2.22.
|
|
The installer scripts need the plugins "FindProc" and "InetLoad". To use it copy the files "FindProcDLL.dll" and "InetLoad.dll" from the "LyXPackage" folder to NSIS'"Plugins" directory.
|
|
Also copy the file "Galician.nlf" in NSIS' install folder to
|
|
~\Contrib\Language files
|
|
and the file "Galician.nsh" to
|
|
~\Contrib\Modern UI\Language files
|
|
|
|
---
|
|
Internationalization
|
|
|
|
The subfolder "lyx_languages"
|
|
contains the language string files. If you want to help the project then
|
|
translate them or create a new language string file based on the file
|
|
"english.nsh". Please send the modified files as patch of the category
|
|
"Language" to
|
|
http://developer.berlios.de/patch/?group_id=5117
|
|
or to
|
|
uwestoehr@web.de.
|
|
|
|
---
|
|
License
|
|
|
|
The scripts are released under the GNU General Public License (GPL),
|
|
see the license file.
|