Warning, /graphics/kst-plot/cmake/3rdparty/netcdf/README.txt is written in an unsupported language. File is not indexed.
0001 This folder contains files needed for building netCDF on Windows. 0002 (netCDF 3 only, no HDF5 support) 0003 0004 Build instructions: 0005 0006 - Get netCDF source code from http://www.unidata.ucar.edu/software/netcdf/ 0007 (latest tested release: 4.1.1, 2010/05) 0008 0009 - Extract netCDF sources, eg. c:\netcdf-sources 0010 - Copy this netcdf-windows folder into the netCDF sources, eg. c:\netcdf-sources\netcdf-windows 0011 - Make a build folder, eg. c:\netcdf-build 0012 0013 - Build netCDF in this folder with CMake (http://www.cmake.org): 0014 * cd c:\netcdf-build 0015 * MSVC : cmake ..\netcdf-sources\netcdf-windows -G"Visual Studio 9 2008" 0016 MinGW: cmake ..\netcdf-sources\netcdf-windows -G"MinGW Makefiles" 0017 * MSVC : build and install (build INSTALL project) with Visual Studio 0018 MinGW: mingw32-make & mingw32-make install 0019 0020 - Set environment variable NETCDFDIR to 'installed' folder: 0021 set NETCDFDIR=c:\netcdf-build\installed 0022 0023 - qmake will detect netCDF and enables netCDF on Windows. 0024 0025 0026 TODO: Do real checks for config.h, no HDF5 support 0027