Quantum Leaps 7fa7329a2f 5.4.1
2015-05-22 20:36:44 -04:00
..
2015-04-28 13:45:35 -04:00
2015-05-22 20:36:44 -04:00
2015-05-22 20:36:44 -04:00
2015-05-22 20:36:44 -04:00
2015-04-28 13:45:35 -04:00
2015-04-28 13:45:35 -04:00

The Makefiles provided with projects in this directory assume that
the QP/C framework has been istalled on your machine and the
environment variable QPC has been defined.

Additionally, to build the SPY configuration, the Qtools collection
must be also istalled on your machine and the environment variable
QTOOLS has been defined.


Editing the Environment Variables on Linux
------------------------------------------
You need to edit the ~/.bash_profile file to add the
following line:

export QPC=~/qpc
export QTOOLS=~/qtools

assuming that you have installed QP/C into ~/qpc and
Qtools into ~/qtools.


Editing the Environment Variables on Mac OS X
---------------------------------------------
You need to edit the ~/.profile file to add the
following line:

export QPC=~/qpc
export QTOOLS=~/qtools

assuming that you have installed QP/C into ~/qpc and
Qtools into ~/qtools.

****
NOTE: After updating envrinment variables, you should log off
your account and then log on again so that all applications can
pick up the changes.
****