summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-25 15:08:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-25 15:08:29 (GMT)
commitfcbb4fbd9d32e128c6c9e9879e08ef524a598482 (patch)
tree0fa1066fe6f7584ab5254199f42aec0e641bebe9 /release_docs
parent49d739e9a5a543e4c7989abf1483f8179ea8f4b0 (diff)
downloadhdf5-fcbb4fbd9d32e128c6c9e9879e08ef524a598482.zip
hdf5-fcbb4fbd9d32e128c6c9e9879e08ef524a598482.tar.gz
hdf5-fcbb4fbd9d32e128c6c9e9879e08ef524a598482.tar.bz2
[svn-r21308] Add NSIS silent install option
Diffstat (limited to 'release_docs')
-rwxr-xr-xrelease_docs/CMake.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt
index f54c9e7..44a9d28 100755
--- a/release_docs/CMake.txt
+++ b/release_docs/CMake.txt
@@ -25,8 +25,11 @@ Notes: This short instruction is written for users who want to quickly build
Please send us any comments on how CMake support can be improved on
any system. Visit the KitWare site for more information about CMake.
- 3. Build and test results can be submitted to our CDash server at:
- www.cdash.hdfgroup.org.
+ 3. If you are building HDF5 on Windows, do NOT use or execute any
+ files from the windows folder.
+
+ 4. Build and test results can be submitted to our CDash server at:
+ cdash.hdfgroup.uiuc.edu.
Please read the HDF and CDash document at:
www.hdfgroup.org/CDash/HowToSubmit.
@@ -214,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
@@ -223,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.
+
************************************************************************