Changes between Version 8 and Version 9 of InstallWindowsSvn


Ignore:
Timestamp:
Feb 15, 2013, 7:33:16 AM (11 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v8 v9  
    5656=== Compile ANUGA Code ===
    5757
    58 In one of our {{{C}}} files we need to link to the netcdf file. As a kludge, I suggest copying the netcdf files installed from {{{scientific python}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}}.  The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some name very similar). Copy the library file {{{NETCDF.dll}}} to the {{{anuga_core\source\anuga\fit_interpolate}}} directory. Also copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}}  to {{{anuga_core\source\anuga\fit_interpolate}}}
     58In 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. 
     59
     60The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very  simialrly named named directory).
     61
     62* 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.
     63
     64* Also copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}}  to {{{anuga_core\source\anuga\utilities}}}
    5965
    6066