Changes between Version 20 and Version 21 of InstallWindowsSvn


Ignore:
Timestamp:
Mar 20, 2013, 7:32:27 AM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v20 v21  
    1111Be sure to choose the win32 {{{python 2.7}}} version. This is the version for which we are developing.
    1212
    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.
     13At 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}}}.
    1414
    1515
     
    2020support in python.
    2121
    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 version matching your version of {{{python}}}
     22Unfortunately {{{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}}}
    2323
    2424We 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}}}.
     
    3434First we need to get the actual anuga source code. We do this by checking out the anuga
    3535repository 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.
     36When 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.
    3737
    3838{{{
     
    6565In 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. 
    6666
    67 The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very  simialrly named named directory) and {{{netcdf.h}}} in directory {{{C:\Python27\include\Scientific\}}}. 
     67The 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\}}}. 
    6868
    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_INTERPOLATE
     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_INTERPOLATE
    7070
    7171 * Copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}}  to {{{anuga_core\source\anuga\utilities}}}. Note the destination directory is UTILITIES