summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-25 15:08:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-25 15:08:49 (GMT)
commit8f0169c6e93d921c060ae8e5781ed89383a6bf4f (patch)
tree461676e2bdadc3752d4ce9d2fab4d187426fefa6
parentf59d217a61984677ec648554b770ebda73059965 (diff)
downloadhdf5-8f0169c6e93d921c060ae8e5781ed89383a6bf4f.zip
hdf5-8f0169c6e93d921c060ae8e5781ed89383a6bf4f.tar.gz
hdf5-8f0169c6e93d921c060ae8e5781ed89383a6bf4f.tar.bz2
[svn-r21309] Add NSIS silent install option
-rwxr-xr-xrelease_docs/CMake.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt
index bbfa442..44a9d28 100755
--- a/release_docs/CMake.txt
+++ b/release_docs/CMake.txt
@@ -217,6 +217,7 @@ Notes: This short instruction is written for users who want to quickly build
NOTE: We have just introduced the packaging capability and it has not been
extensively tested. Please send us comments on how it can be improved.
+ See NSIS note 8 of this document.
6. The files that support building HDF5 with CMake are all the files in the
config/cmake folder, the CMakeLists.txt files in each source folder, and
@@ -226,6 +227,15 @@ Notes: This short instruction is written for users who want to quickly build
7. More information about using CMake can be found at the KitWare site,
www.cmake.org.
+
+ 8. Nullsoft Scriptable Install System
+ The Nullsoft Scriptable Install System (NSIS) is an open source installation
+ system. It was created by the WinAmp authors to distribute that application,
+ but it is now a general-purpose system which anyone might use. NSIS installers
+ recognize /S for silent installation and /D=dir to specify the
+ "output directory", which is where the program will be installed. These
+ options are case-sensitive, so be sure to type them in upper case.
+
************************************************************************