Changes between Version 8 and Version 9 of Win32


Ignore:
Timestamp:
05/30/07 15:17:05 (17 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Win32

    v8 v9  
    1818
    1919'''What you need to do'''
    20  * Install and configure Cygwin
     20 * Install and configure [wiki: Cygwin Cygwin]
    2121 * Install svn
    2222 * Install netCDF libraries
     
    2525 * Type make to compile
    2626 * Type ./oceanS < ROMS/External/ocean_upwelling.in
    27 
    28 '''Install and configure Cygwin'''
    29 Get Cygwin from http://x.cygwin.com/
    30 Install it by clicking on the Install Cygwin/X now icon.
    31 At the step where you are asked to Setup
    32 in your Cygwin home directory, you should have (or create) a file called {{{.bashrc}}}
    33 Edit it to indicate where some key stuff resides. Mine looks like
    34 {{{
    35 export LIB="C:\Program Files\Intel\Compiler\Fortran\9.1\IA32\Bin;C:\Program Files\Intel\Compiler\Fortran\9.1\IA32\Lib;C:\Program Files\Microsoft Visual Studio\VC98\LIB;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\;C:\Program Files\Microsoft Visual Studio\DF98\IMSL\LIB;C:\Program Files\Microsoft Visual Studio\DF98\LIB"
    36 export NETCDF_INCDIR="/usr/local/include"
    37 export NETCDF_LIBDIR="/usr/local/lib"
    38 export UDUNITS_PATH="/usr/local/lib/udunits.dat"
    39 # Ignore case while completing
    40 set completion-ignore-case on
    41 # Make Bash 8bit clean
    42 set meta-flag on
    43 set convert-meta off
    44 set output-meta on
    45 alias less='/bin/less -r'
    46 # alias ls='/bin/ls -F --color=tty --show-control-chars'
    47 alias cdroms='cd ~/src/roms_sed/branches/crs_branch'
    48 }}}
    4927
    5028On a Windows desktop with a two single processors, and hyperthreading turned on, you can set: