Home arrow Fire Behavior SDK arrow FBSDK Release Notes
FBSDK Release Notes PDF Print E-mail

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

  1. Install qt-4.1.2 or later.

  2. Install loki-0.1.4 or later.

  3. Install CppUnit-1.10.2 or later (only if you want to build and run the unit tests.

  4. Create an installation directory for FBDSK:
     -> mkdir fbsdk

  5. Download fbsdk-1.0.0.tar.gz into the installation directory.

  6. Extract the source files:
     -> gunzip fbsdk-1.0.0.tar.gz
     -> tar xvzf fbsdk-1.0.0.tar

  7. 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

  8. Uncomment line 13 in fbsdk.pro if you have CppUnit installed and want to build the unit tests in.\tests.

  9. From the FBSDK installation directory, generate Makefiles by:
     -> qmake fbsdk.pro

  10. Build the FBSDK libraries and demos.
     On Windows enter
     -> nmake
      On other systems, enter
     -> make

  11. Try the demo programs under ./demos.

  12. If you compiled the units tests, you can also run the./tests/testSuite program.
Last Updated ( Tuesday, 23 May 2006 )
 
< Prev

© 2008 Fire.org
Friday, 10 September 2010

Search