Changes between Version 9 and Version 10 of InstallWindowsSvn


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v9 v10  
    1616
    1717Unfortunately {{{python xy}}} doesn't provide {{{scientific python}}}. A pre-compiled version is available from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython scientific python].  Be sure to choose the version matching your version of {{{python}}}.
     18
     19We also need to make the netcdf files avaialble to some of our {{{C}}} code. See "More NETCDF Setup" for some more setting up of {{{netcdf}}} for {{{anuga}}}.
    1820
    1921
     
    5456
    5557
    56 === Compile ANUGA Code ===
     58=== More NETCDF Setup ===
    5759
    5860In 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. 
     
    6466* Also copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}}  to {{{anuga_core\source\anuga\utilities}}}
    6567
    66 
     68=== Compiling ANUGA ====
    6769
    6870Now go to the directory anuga_core and compile the anuga files.