|
|
|
|
|
||
STLSOFT environment variable to be the root directory of the STLSoft include files. (See the STLSoft distribution for more details.) Because STLSoft is 100% header-only, there are no further steps required.
The distribution is in the form of a zip file, e.g. xcontract-0.3.3.zip which you should extract (recursively) to a location of your choice, e.g. c:\opensrc\xContract\1.0, or ~/opensrc/xContract/1.0, which will be referred to in the subsequent documentation as <XCONTRACT-install-dir>.
build directory. For example, the makefile for Borland C/C++ v5.6 is in build/bc56. Since Borland is only supported on Windows, there is a single makefile called makefile.Hence, to build xContract for Borland C/C++ 5.6 you need open a Windows command box (with the environment set up for the compiler and linker) and execute the following command:
<XCONTRACT-install-dir>\build\bc56> make -f makefile
or just:
<XCONTRACT-install-dir>\build\bc56> make
<XCONTRACT-install-dir>/build/gcc34.unix and <XCONTRACT-install-dir>/build/gcc34.win32, respectively.
Just open the workspace file xcontract.vc6.dsw, located in the root directory (i.e. <XCONTRACT-install-dir>), and select the Build-All option.
STLSOFT environment variable set up correctly.For example,
to be completed
|
|
|
| xContract Library documentation © Matthew Wilson and Synesis Software Pty Ltd, 2001-2008 |
|