Temporary fixes so we can continue to build in smock.
[fedora-mingw.git] / nsiswrapper / README
1 NSISWrapper is a helper program for making Windows installers,
2 particularly when you are cross-compiling from Unix.
3
4 NSIS (a separate package) is a program for building Windows
5 installers.  This wrapper simply makes it easier to generate the
6 installer script that NSIS needs.
7
8 You can get NSIS itself from http://nsis.sourceforge.net/ but
9 generally speaking this wrapper is only useful when cross-compiling
10 (run from a Linux machine) in which case you should use the Fedora or
11 Debian version of NSIS from:
12
13   Fedora:  http://fedoraproject.org/wiki/MinGW
14   Debian:  http://packages.debian.org/unstable/devel/nsis
15
16 ----------------------------------------------------------------------
17
18 NSISWrapper requires a reasonably recent version of Perl.  You will
19 also need to install the MinGW cross-compiler binutils
20 (mingw32-binutils package).
21
22 ----------------------------------------------------------------------
23
24 For usage instructions, please refer to the manual page nsiswrapper(1).
25 If for some reason the manual page isn't installed then you can do
26 this instead:
27
28   nsiswrapper --man
29
30 For help with NSIS itself, please refer to the NSIS website.
31
32 You can also get quick command line help by doing:
33
34   nsiswrapper --help
35
36 ----------------------------------------------------------------------
37
38 Copyright (C) 2008 Red Hat Inc.
39
40 This program is free software; you can redistribute it and/or modify
41 it under the terms of the GNU General Public License as published by
42 the Free Software Foundation; either version 2 of the License, or (at
43 your option) any later version.
44
45 This program is distributed in the hope that it will be useful, but
46 WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
48 General Public License for more details.
49
50 You should have received a copy of the GNU General Public License
51 along with this program; if not, write to the Free Software
52 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.