Changes between Version 10 and Version 11 of InstallWindowsSvn


Ignore:
Timestamp:
Feb 15, 2013, 7:40:36 AM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v10 v11  
    6060In 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. 
    6161
    62 The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very  simialrly named named directory).
     62The 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\}}}.
    6363
    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
    6565
    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
    6767
    6868=== Compiling ANUGA ====