BRAMS Ramsin Build Utility =================
Authors: Luiz Flávio Rodrigues, Denis Eiras
============================================



Installation Instructions
=========================

Select mode 1 for Begginners or mode 2 for Advanced Users:

1) Install instructions for Linux Brabu pre-compiled package (for Begginners - offline mode - don't requires an internet connection for installing):
=> Create a folder, e.g.:
mkdir ~/brabu
=> download the file brabu.tgz
=> extract the file brabu.tgz
tar -xzvf brabu.tgz


2) Create a Python 3 virtual environment and installing Brabu for Linux
  (for Advanced Users - requires an internet conneciton):
=> Check install_brabu.sh and execute the commands.



Running Brabu
=============

1) Select Py version
export BRABU_PY_VERSION="2.7"

2) Configure brabu directories for running before:
export BRABU=~/brabu
export PYTHONPATH=$BRABU:$BRABU/lib/python${BRABU_PY_VERSION}/site-packages/brabu
export BRABU_DATA_DIR=$BRABU/data

3) Activate virtual environment
cd $BRABU && source $BRABU/bin/activate

4) Create brabu alias
alias brabu='$BRABU/bin/python${BRABU_PY_VERSION} lib/python${BRABU_PY_VERSION}/site-packages/brabu/brabu.py'

5) To run brabu, enter the $BRABU directory and execute:
brabu

