Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

The XBeach library is made by default. The result of just running configure && make is:

  • an xbeach executable
  • a .libs directory

The xbeach executable is a shell script. The .libs directory contains the real executable and the static and dynamic libraries. If you install xbeach by using "make install" the shell script will be replaced by the real executable in the default path (/usr/local/bin) or in the path defined by the --prefix option of the configure script.

...