Skip to content

bilke/hydrus

Repository files navigation

Hydrus-1D for CMake

This is Hydrus-1D adapted for CMake and GFortran. See the Hydrus-1D technical manual for more information.

It was tested on

  • Linux with gcc 4.8.1 and CMake 2.8.12.
  • Windows with MinGW and MSYS and CMake 3.0.2

Instructions

git clone https://github.com/bilke/hydrus.git
mkdir build
cd build
cmake ../hydrus [-G "MSYS Makefiles"]
make
./h1d_calc

MinGW setup

  • Install MinGW as described here
    • In the MinGW Installation Manager choose the packages mingw-developer-tools, mingw32-base, mingw32-gcc-g++ and msys-base
  • On the msys-shell run mingw-get install fortran

Releases

No releases published

Packages

No packages published