21 lines
962 B
Plaintext
Raw Normal View History

2012-08-14 18:00:48 -04:00
The Makefile provided with this project assumes that the
QP/C framework has been istalled on your machine
and the environment variable QPC has been defined.
Additionally, to build the Debug configuration, the Qtools
collectin must be also istalled on your machine and the
environment variable QTOOLS has been defined.
Editing the PATH variable on Windows 7
--------------------------------------
Open the Windows Explorer and right-click on the Computer
icon. Then select Properties from the pop-up menu. This opens
a window with the basic information about your computer. In the
left panel of this window, click on "Advanced system settings".
This opens the dialog "System Properties". Click the
"Environment Variables..." button. To add a new environment
variable, in the "System Properties" dialog click the "New..."
button in the System variables section and provide the variable
name (e.g., QTOOLS) and value (e.g., C:\tools\qtools).