Compiling on Windows ==================== 0) Be sure that you have installed: Visual Studio 2008, including Fortran compiler Intel 11.0 Check the following setting: Menu -> Tools -> Options -> Projects and Solutions -> Build and Run -> maximum number of parallel project builds : 1 1) Open deltares_hydro_open_source.sln in Visual Studio 2) Select the "solution configuration you want: Debug or Release 3) B Compiling on Linux ================== 1) ./build.sh To clean on Linux (removing all files generated by autoreconf/configure/make): make distclean To compile on Linux without -g: see build.sh Directory structure =================== engines : Programs which perform a physical simulation engines_gpl : Open source engines under GPL conditions tools : Programs which support the engines tools_gpl : Open source tools under GPL conditions utils : Libraries which are used by the engines and/or tools, but at least by more than one engine/tool utils_lgpl : Open source utils under LGPL conditions 10 January 2011 adri.mourits@deltares.nl