From fcbb4fbd9d32e128c6c9e9879e08ef524a598482 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 25 Aug 2011 10:08:29 -0500 Subject: [svn-r21308] Add NSIS silent install option --- release_docs/CMake.txt | 17 +++++++++++++++-- 1 file 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. + ************************************************************************ -- cgit v0.12