Changes between Version 20 and Version 21 of InstallWindowsSvn
- Timestamp:
- Mar 20, 2013, 7:32:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v20 v21 11 11 Be sure to choose the win32 {{{python 2.7}}} version. This is the version for which we are developing. 12 12 13 At the moment {{{python xy}}} is only 32 bit, but there seems to be a promise that a 64 bit distribution is not too far away. There a 64 bit python distribution package from Enthought, but is free only to academic users. So at present we recommend {{{python xy}}} and 32 bit.13 At the moment {{{python xy}}} is only 32 bit, but there seems to be a promise that a 64 bit distribution is not too far away. There a 64 bit python distribution package from Enthought, but is free only to academic users. So at present we recommend win32 {{{python xy}}}. 14 14 15 15 … … 20 20 support in python. 21 21 22 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 32 bit versionmatching your version of {{{python}}}22 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 win32 file matching your version of {{{python}}} 23 23 24 24 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}}}. … … 34 34 First we need to get the actual anuga source code. We do this by checking out the anuga 35 35 repository using subversion. I suggest installing [http://tortoisesvn.net/ tortoise svn] and then checking out the following svn repository. 36 When you installed {{{tortoise svn}}} creates a few extra menu items to your right click menu in the file manager. Just choose "tortoise" checkout to download the code.36 When you installed {{{tortoise svn}}} it creates a few extra menu items to your right click menu in the file manager. Just choose "tortoise" checkout to download the code. 37 37 38 38 {{{ … … 65 65 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. 66 66 67 The library {{{ NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very simialrly namednamed directory) and {{{netcdf.h}}} in directory {{{C:\Python27\include\Scientific\}}}.67 The library {{{netcdf3.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very similarly named directory) and {{{netcdf.h}}} in directory {{{C:\Python27\include\Scientific\}}}. 68 68 69 * Copy the library file {{{ NETCDF3.dll}}} from directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}}. Rename it {{{NETCDF.dll}}}. Note the destination directory is FIT_INTERPOLATE69 * Copy the library file {{{netcdf3.dll}}} from directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}}. Rename it {{{netcdf.dll}}}. Note the destination directory is FIT_INTERPOLATE 70 70 71 71 * Copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}} to {{{anuga_core\source\anuga\utilities}}}. Note the destination directory is UTILITIES