mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Moved developer doxyfile into docs directory, made windows-binaries document more generalized.
This commit is contained in:
parent
fe04b2891e
commit
0f1e262090
@ -32,14 +32,14 @@ The included dependencies and versions are as follows:
|
||||
* `libcurl`: 7.35.0
|
||||
* `zlib`: 1.2.8
|
||||
|
||||
## Latest Release (netCDF-C 4.4.0-rc1) {#msvc-latest-release}
|
||||
## Latest Release (netCDF-C major.minor.point) {#msvc-latest-release}
|
||||
|
||||
Configuration | 32-bit | 64-bit |
|
||||
:-------------------|:-------- |:-------|
|
||||
netCDF 3 | [netCDF4.4.0-rc1-NC3-32.exe][r1] | [netCDF4.4.0-rc1-NC3-64.exe][r6]
|
||||
netCDF3+DAP | [netCDF4.4.0-rc1-NC3-DAP-32.exe][r2] | [netCDF4.4.0-rc1-NC3-DAP-64.exe][r6]
|
||||
netCDF4 | [netCDF4.4.0-rc1-NC4-32.exe][r3] | [netCDF4.4.0-rc1-NC4-64.exe][r7]
|
||||
netCDF4+DAP | [netCDF4.4.0-rc1-NC4-DAP-32.exe][r4] | [netCDF4.4.0-rc1-NC4-DAP-64.exe][r8]
|
||||
netCDF 3 | [netCDFmajor.minor.point-NC3-32.exe][r1] | [netCDFmajor.minor.point-NC3-64.exe][r6]
|
||||
netCDF3+DAP | [netCDFmajor.minor.point-NC3-DAP-32.exe][r2] | [netCDFmajor.minor.point-NC3-DAP-64.exe][r6]
|
||||
netCDF4 | [netCDFmajor.minor.point-NC4-32.exe][r3] | [netCDFmajor.minor.point-NC4-64.exe][r7]
|
||||
netCDF4+DAP | [netCDFmajor.minor.point-NC4-DAP-32.exe][r4] | [netCDFmajor.minor.point-NC4-DAP-64.exe][r8]
|
||||
|
||||
# Using the netCDF-C Libraries with Visual Studio {#msvc-using}
|
||||
|
||||
@ -60,11 +60,11 @@ When installed, the netCDF libraries are placed in the specified locations, alon
|
||||
1. When building the netCDF-C libraries with netCDF4 support, using the `Debug` libraries may cause extraneous warnings. These warnings are related to cross-dll memory management, and appear to be harmless. You can safely ignore them by using the `Release` libraries. [NCF-220]
|
||||
|
||||
|
||||
[r1]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC3-32.exe
|
||||
[r2]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC3-DAP-32.exe
|
||||
[r3]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC4-32.exe
|
||||
[r4]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC4-DAP-32.exe
|
||||
[r6]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC3-64.exe
|
||||
[r6]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC3-DAP-64.exe
|
||||
[r7]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC4-64.exe
|
||||
[r8]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.0-rc1-NC4-DAP-64.exe
|
||||
[r1]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC3-32.exe
|
||||
[r2]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC3-DAP-32.exe
|
||||
[r3]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC4-32.exe
|
||||
[r4]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC4-DAP-32.exe
|
||||
[r6]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC3-64.exe
|
||||
[r6]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC3-DAP-64.exe
|
||||
[r7]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC4-64.exe
|
||||
[r8]: http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDFmajor.minor.point-NC4-DAP-64.exe
|
||||
|
Loading…
Reference in New Issue
Block a user