Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
make distclean
make install

Installing XBeach is necessary to get a proper executable that can be debugged. To change the directory the XBeach binary is installed to, add the following to the configure command:

Code Block
 --prefix=<installation_path> 

Have an X Window system available

On Microsoft Windows, make sure an X Window emulator is running. For example, start Exceed: START -> Program -> Exceed -> Exceed

It may be necessary to set the DISPLAY variable in the environment by using:

Code Block
 export DISPLAY=<computer_name>:0.0 

Run the model

Start the just compiled XBeach binary in your model directory in a bit peculiar way:

...