qpcpp/examples/posix/gnu/dpp/README.txt

39 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-12-30 17:41:15 -05:00
The Makefile provided with this project assumes that the
QP/C++ framework has been istalled on your machine
and the environment variable QPCPP has been defined.
2013-02-12 10:02:51 -05:00
Additionally, to build the SPY configuration, the Qtools
collectin must be also istalled on your machine and the
environment variable QTOOLS has been defined.
2013-12-30 17:41:15 -05:00
2012-08-14 18:00:48 -04:00
Editing the Environment Variables on Linux
------------------------------------------
You need to edit the ~/.bash_profile file to add the
following line:
export QPCPP=~/qpcpp
2013-02-12 10:02:51 -05:00
export QTOOLS=~/qtools
2013-12-30 17:41:15 -05:00
assuming that you have installed QP/C into ~/qpc and
2013-02-12 10:02:51 -05:00
Qtools into ~/qtools.
Editing the Environment Variables on Mac OS X
---------------------------------------------
You need to edit the ~/.profile file to add the
following line:
export QPCPP=~/qpcpp
export QTOOLS=~/qtools
assuming that you have installed QP/C into ~/qpc and
Qtools into ~/qtools.
2012-08-14 18:00:48 -04:00
****
2013-12-30 17:41:15 -05:00
NOTE: After updating envrinment variables, you should log off
2012-08-14 18:00:48 -04:00
your account and then log on again so that all applications can
pick up the changes.
2013-12-30 17:41:15 -05:00
****