aboutsummaryrefslogtreecommitdiff
path: root/nsis/README.txt
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-03 05:51:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-03 05:51:59 +0000
commit3a54dc9a9d8e28b9415552512d45d172528d1a78 (patch)
tree82a7622945511ee9ab8a10b4e0d6089eb0415918 /nsis/README.txt
parent30b67d11c7c33e61b16fb56badbe1c38db8cdd7b (diff)
added NSIS install script files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2732 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis/README.txt')
-rw-r--r--nsis/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/nsis/README.txt b/nsis/README.txt
new file mode 100644
index 00000000..d056d05f
--- /dev/null
+++ b/nsis/README.txt
@@ -0,0 +1,11 @@
+NSIS scripts for Sylpheed installer
+===================================
+
+How to compile installer:
+
+1. Install latest version of NSIS.
+2. Install NsProcess plug-in into NSIS.
+3. Install nsisunz plug-in (http://nsis.sourceforge.net/Nsisunz_plug-in).
+4. Make Sylpheed/ bsfilter/ plugins/ folders here.
+5. Run compile.bat.
+6. If successful, Sylpheed-x.y.z_setup.exe should be made.