!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Copyright (C) 2007-2018 UNESCO-IHE, Deltares and Delft University ! ! Dano Roelvink, Ap van Dongeren, Ad Reniers, Jamie Lescinski, ! ! Jaap van Thiel de Vries, Robert McCall ! ! ! ! d.roelvink@unesco-ihe.org ! ! UNESCO-IHE Institute for Water Education ! ! P.O. Box 3015 ! ! 2601 DA Delft ! ! The Netherlands ! ! ! ! XBeach is free software; you can redistribute it and/or ! ! modify it under the terms of the GNU Lesser General Public ! ! License as published by the Free Software Foundation; either ! ! version 2.1 of the License, or (at your option) any later version. ! ! ! ! This library is distributed in the hope that it will be useful, ! ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! ! Lesser General Public License for more details. ! ! ! ! You should have received a copy of the GNU Lesser General Public ! ! License along with this library; if not, write to the Free Software ! ! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ! ! USA ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Installation: follow the instructions in INSTALL Maintainers: the following convenience scripts are available: bootstrap: to be used when something is changed in one of the autoconf/automake files (configure.ac, Makefile.am, ...) - Creates the .inc files from the directory 'src/xbeachlibrary/templates' using 'src/xbeachlibrary/makeincs' - Adapts 'configure.ac' using 'src/version.txt' - Runs autoreconf - Runs 'configure' to create dependency files 'deps.in' - Runs 'make distclean' maketar: to create a tar ball while checking the consistency - Runs bootstrap - Runs configure - Runs "make distcheck" - Runs "make distclean" You have to put the version of xbeach in src/version.txt