Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 
Previous: The NetCDF Web Site Next: Getting Support Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Overview of netCDF

2.5 Installing netCDF
NetCDF is easy to build and install from source using the most recent autotools-based package.

On many platforms, it only requires expanding the compressed distribution and running three commands:


     ./configure
     make check
     make install

If you want to use the netCDF-4/HDF5 data format, you must first install the zlib-1.2.3 and HDF5-1.8.1 libraries, and build netCDF like this:


     ./configure --enable-netcdf-4 --with-hdf5=/location/of/hdf5
     make check
     make install

If you run into problems, check these sources of help:

 


Previous: The NetCDF Web Site Next: Getting Support Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Overview of netCDF

 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690