This file is indexed.

/usr/share/doc/netCDF/html/winbin.html is in netcdf-doc 1:4.4.1.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>NetCDF: Installing and Using netCDF-C Libraries in Windows</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="netcdf-50x50.png"/></td>
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">NetCDF
   &#160;<span id="projectnumber">4.4.1.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('winbin.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Installing and Using netCDF-C Libraries in Windows </div>  </div>
</div><!--header-->
<div class="contents">
<div class="toc"><h3>Table of Contents</h3>
<ul><li class="level1"><a href="#msvc-prebuilt">Getting pre-built netCDF-C Libraries for Visual Studio</a><ul><li class="level2"><a href="#msvc-inc-deps">Included Dependencies</a></li>
<li class="level2"><a href="#msvc-latest-release">Latest Release (netCDF-C 4.4.1.1)</a></li>
</ul>
</li>
<li class="level1"><a href="#msvc-using">Using the netCDF-C Libraries with Visual Studio</a><ul><li class="level2"><a href="#msvc-install-hierarchy">Install Hierarchy</a></li>
</ul>
</li>
<li class="level1"><a href="#msvc-notes">Notes</a></li>
</ul>
</div>
<div class="textblock"><p>NetCDF-C Libraries in a Windows Environment may be used under multiple sets of circumstances.</p>
<p>There are several development environments available for programmers who develop on Windows.</p>
<ul>
<li><code>Microsoft Visual Studio</code></li>
<li><code>MSYS/MinGW</code></li>
<li><code>Cygwin</code></li>
</ul>
<p>For developers using <code>Microsoft Visual Studio</code>, you may download using the Windows build instructions, or you may download the pre-built netCDF-C libraries from this page.</p>
<p>For developers using <code>MSYS/MinGW</code> or <code>Cygwin</code>, you may build netCDF-C using the Linux/Unix build instructions.</p>
<blockquote class="doxtable">
<p>For complex builds that include netCDF-4 and/or DAP support this may prove tricky, as it is time consuming to collect all of the dependencies. In these cases it may be easier to use the pre-built <code>netcdf</code> packages provided by the <code>MSYS</code> and <code>Cygwin</code> environments. </p>
</blockquote>
<p>Users who prefer to build the netCDF-C libraries from source in a Windows environment using Microsoft Visual Studio are referred to <a class="el" href="getting_and_building_netcdf.html#netCDF-CMake">Build Instructions for netCDF-C using CMake </a></p>
<h1><a class="anchor" id="msvc-prebuilt"></a>
Getting pre-built netCDF-C Libraries for Visual Studio</h1>
<p>These libraries have been built using Visual Studio 2012. The downloads are installer packages which contain the netCDF-C libraries and utilities (ncgen, ncgen3, ncdump and nccopy), as well as the associated dependencies.</p>
<h2><a class="anchor" id="msvc-inc-deps"></a>
Included Dependencies</h2>
<p>The included dependencies and versions are as follows:</p>
<ul>
<li><code>libhdf5</code>: 1.8.17</li>
<li><code>libcurl</code>: 7.35.0</li>
<li><code>zlib</code>: 1.2.8</li>
</ul>
<h2><a class="anchor" id="msvc-latest-release"></a>
Latest Release (netCDF-C 4.4.1.1)</h2>
<table class="doxtable">
<tr>
<th align="left">Configuration </th><th align="left">32-bit </th><th align="left">64-bit  </th></tr>
<tr>
<td align="left">netCDF 3 </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC3-32.exe">netCDF4.4.1.1-NC3-32.exe</a> </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC3-DAP-64.exe">netCDF4.4.1.1-NC3-64.exe</a> </td></tr>
<tr>
<td align="left">netCDF3+DAP </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC3-DAP-32.exe">netCDF4.4.1.1-NC3-DAP-32.exe</a> </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC3-DAP-64.exe">netCDF4.4.1.1-NC3-DAP-64.exe</a> </td></tr>
<tr>
<td align="left">netCDF4 </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC4-32.exe">netCDF4.4.1.1-NC4-32.exe</a> </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC4-64.exe">netCDF4.4.1.1-NC4-64.exe</a> </td></tr>
<tr>
<td align="left">netCDF4+DAP </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC4-DAP-32.exe">netCDF4.4.1.1-NC4-DAP-32.exe</a> </td><td align="left"><a href="http://www.unidata.ucar.edu/downloads/netcdf/ftp/netCDF4.4.1.1-NC4-DAP-64.exe">netCDF4.4.1.1-NC4-DAP-64.exe</a> </td></tr>
</table>
<h1><a class="anchor" id="msvc-using"></a>
Using the netCDF-C Libraries with Visual Studio</h1>
<p>In order to use the netcdf libraries, you must ensure that the .dll files (along with any dependencies from deps/shared/bin) are on the system path. In order to compile a program using these libraries, you must first link your program against the appropriate 'import' (.lib) libraries.</p>
<h2><a class="anchor" id="msvc-install-hierarchy"></a>
Install Hierarchy</h2>
<p>When installed, the netCDF libraries are placed in the specified locations, along with the netCDF-C utilities and dependencies.</p>
<center> <div class="image">
<img src="InstallTreeWindows.png" width="400"/>
</div>
 </center><h1><a class="anchor" id="msvc-notes"></a>
Notes</h1>
<p><em>The following points should be considered when using the netCDF-C libraries on Windows.</em></p>
<ol type="1">
<li>When building the netCDF-C libraries with netCDF4 support, using the <code>Debug</code> 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 <code>Release</code> libraries. [NCF-220] </li>
</ol>
</div></div><!-- contents -->
</div><!-- doc-content -->
<hr size="2"/>
<address style="text-align: center;">
<a href="http://www.unidata.ucar.edu/software/netcdf/">Return to the Main Unidata NetCDF page.</a><br>
<img src="unidata_logo_cmyk.png">
<address style="text-align: right;"><small>
Generated on Tue Apr 4 2017 06:09:19 for NetCDF. NetCDF is
a <a href="http://www.unidata.ucar.edu/">Unidata</a> library.</small></address>
</body>
</html>