
Installation instructions for Bridge++
=================================

1) Configuration.
----------------

bridge/
  +------
        |
        +----src/
        |
        +----extra/
        |
        +----docs/
        |
        +----(build/)
        |
        +----Makefile

src/configure.h
src/defs.h


2) Building
-----------
(1) cd to code set top dir.

(2) Change Makefile appropriately.
    (default is g++ on single node.)

    If you are unsure, a script is provided to generate a Makefile
    through interactive menu as follows:
    $ ./makeconfig.sh

(3) Run make
    $ make
    or
    $ gmake

    "build/bridge.elf" is created by make.
    and sample data file copied from "src/Main/" dir. to "build" dir.

(4) Execution of a program
    $ make run
    or
    $ cd build; ./bridge.elf

    Without any change of source code, test manamger runs on a 4x4x4x8 lattice.

3) Building the documentation
-----------------------------
(1) cd to code set top dir.
    $ make doxygen
    You can find doxygen files in "docs/html" dir.

4) Reporting Bugs etc.
---------------------
If you find a bug, please contact
sueda [at] post.kek.jp

[24 July. 2012, Bridge++ Project]
written by smotoki<smotoki[at]post.kek.jp> for ver.1.0.x

[22 July. 2013, Bridge++ Project]
modified by Satoru Ueda<sueda[at]post.kek.jp> for ver.1.1.x
