Changes between Version 9 and Version 10 of InstallWindowsSvn
- Timestamp:
- Feb 15, 2013, 7:37:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v9 v10 16 16 17 17 Unfortunately {{{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 19 We 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}}}. 18 20 19 21 … … 54 56 55 57 56 === Compile ANUGA Code===58 === More NETCDF Setup === 57 59 58 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. … … 64 66 * Also copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}} to {{{anuga_core\source\anuga\utilities}}} 65 67 66 68 === Compiling ANUGA ==== 67 69 68 70 Now go to the directory anuga_core and compile the anuga files.