Changes between Version 10 and Version 11 of InstallWindowsSvn
- Timestamp:
- Feb 15, 2013, 7:40:36 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v10 v11 60 60 In one of our {{{C}}} files (fitsmooth.c}}}) we need to link to the netcdf file. As a kludge, I suggest copying the netcdf files installed from {{{scientific python}}} to the appropriate {{{anuga}}} directories. 61 61 62 The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very simialrly named named directory) .62 The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very simialrly named named directory) and {{{netcdf.h}}} in directory {{{C:\Python27\include\Scientific\}}}. 63 63 64 * Copy the library file {{{NETCDF.dll}}} from directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}} directory. 64 * Copy the library file {{{NETCDF.dll}}} from directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}} directory. Note the destination directory is FIT_INTERPOLATE 65 65 66 * Also copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}} to {{{anuga_core\source\anuga\utilities}}}66 * Copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}} to {{{anuga_core\source\anuga\utilities}}}. Note the destination directory is UTILITIES 67 67 68 68 === Compiling ANUGA ====