Compiling on Windows ==================== 0) Be sure that you have installed: Visual Studio 2008, including Fortran compiler Intel 11.0 or higher Check the following setting: Menu -> Tools -> Options -> Projects and Solutions -> Build and Run -> maximum number of parallel project builds : 1 1) Open ds.sln in Visual Studio See directory scripts\solutions for alternative sln files 2) 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 25 December 2010 adri.mourits@deltares.nl