bild
School of
Electrical Engineering
and Computer Science

Downloading

First, download the actual bra package. Then follow the install instructions. They are found here below, as well as in a README file in the distribution.

Installing

  1. De-compress and un-tar the file bra.tar.gz by executing
    	tar -zxf bra.tar.gz
    	
    making the necessary files appear in a new directory called 'bra-X.Y'.
  2. Enter the new directory and edit the Makefile after your needs. Basically, you should only need to change the compiler and possible locations for include files and the math library.
  3. Run 'make'.
  4. Done. Try the programs using data found in the 'examples' directory.

License

This software is distributed under the GNU General Public License, copyright Lars Arvestad, 2001.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program 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 General Public License for more details.

Published by: Lars Arvestad <arve@csc.kth.se>
Updated 2014-09-24