Changes between Version 7 and Version 8 of InstallWindowsSvn
- Timestamp:
- Feb 15, 2013, 12:20:06 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v7 v8 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 18 19 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 {{{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}}}20 19 21 20 == Installing anuga == … … 57 56 === Compile ANUGA Code === 58 57 59 Now go to the directory anuga_core and compile the anuga files via: 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}}} 59 60 61 62 Now go to the directory anuga_core and compile the anuga files. 60 63 Fire up a cmd terminal, change to the {{{anuga_core}}} directory and run 61 64 … … 63 66 python compile_all.py 64 67 }}} 68 69 Check that all the files have been compiled correctly. There should be an "OK" at the end of each separate compile command. 70 65 71 66 72 === Run Unit tests ===