diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-07-12 18:13:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-07-12 18:13:25 (GMT) |
commit | 3686703e86580a4c016ec1009e7bce146f868677 (patch) | |
tree | 20fb94aff7970c012abf7aa108342e5c3dc90f93 /release_docs/INSTALL_Windows.txt | |
parent | c80afb0ceefc758764fb96dd591231ec78ef21a0 (diff) | |
download | hdf5-3686703e86580a4c016ec1009e7bce146f868677.zip hdf5-3686703e86580a4c016ec1009e7bce146f868677.tar.gz hdf5-3686703e86580a4c016ec1009e7bce146f868677.tar.bz2 |
[svn-r21094] Add section on updating paths in VS2010
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index c54bd02..bb4c677 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -164,6 +164,16 @@ Preconditions: 9.4 If building Fortran libraries, you will also need to setup the path for the Intel Fortran compiler. Please see Section VI. + + NOTE: + If you are using VS2010, the path settings will need to be in project + property sheets per project. Go to "Project" and select "Properties", find + "Configuration Properties", and then "VC++ Directories". + + 9.1 If you are building on 64-bit Windows, find the "Platform" dropdown + and select "x64". + 9.2 Add the header path to the "Include Directories" setting. + 9.3 Add the library path to the "Library Directories" setting. Notes: |