Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 817 Bytes

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