Fire Behavior SDK Release Notes
This is FBSDK 1.0.1 released on May 23, 2006.
Requirements:
The FBSDK requires the following libraries:
You must also have a C++ compiler. The FBSDK has been tested with
- Microsoft Visual C .NET 2003 on Windows
- gcc version 4.0.1 on Mandriva Linux 2006.
Technical Documentation
Extensive technical documentation is available from the distribution package. After unpacking, you can find the docs at:
- HTML format starting at ./docs/html/index.html
- RTF format at ./docs/rtf/refman.rtf, and
- PDF format at ./docs/latex/refman.pdf
Installation
- Install qt-4.1.2 or later.
- Install loki-0.1.4 or later.
- Install CppUnit-1.10.2 or later (only if you want to build and run the unit tests.
- Create an installation directory for FBDSK:
-> mkdir fbsdk
- Download fbsdk-1.0.0.tar.gz into the installation directory.
- Extract the source files:
-> gunzip fbsdk-1.0.0.tar.gz -> tar xvzf fbsdk-1.0.0.tar
- Edit config1.pro at:
- line 9 so FBSDK_HOME names the FBSDK installation directory,
- line 12 to LOKI_HOME names the Loki library installation directory
- line 20 to CPPUNIT_INC names the CppUnit include directory
- Uncomment line 13 in fbsdk.pro if you have CppUnit installed and want to build the unit tests in.\tests.
- From the FBSDK installation directory, generate Makefiles by:
-> qmake fbsdk.pro
- Build the FBSDK libraries and demos.
On Windows enter -> nmake
On other systems, enter -> make
- Try the demo programs under ./demos.
- If you compiled the units tests, you can also run the./tests/testSuite program.
|
|
Last Updated ( Tuesday, 23 May 2006 )
|