Windows - Visual Studio installation
This section offers a step-by-step guide for BFL installation with Visual Studio on Windows.
- Download the BFL source code from the website:
http://www.orocos.org/bfl/source. Unzip this code.
- Create a folder
and a folder
where you will respectively build and install bfl (what's in a name?).
- Install boost
- The boost Getting Started Guide gives excellent installation instructions for windows: http://www.boost.org/more/getting_started/index.html. In accordance with these instructions we advice to use the installer provided by Boost Consulting.
- Change the install of boost such that the include files are located under:
Remark that the first part is arbirary, but the
part not; this will make the bfl installation easier.
- Install CMake:
- Run CMake:
- Build BFL with Visual Studio
- Start Visual Studio through the Start botton.
- Open the project `ALL_BUILD' located in the build directory.
- Build the project (right mouse botton, build). (If you get unexpected errors check the common problems section).
- Build the INSTALL project to install everything.
In the
/sources/sources/bfl/examples directory, you find some example BFL
filters. A good next step is to check out the BFL tutorial on
http://www.orocos.org/bfl, for a step-by-step introduction in building
your own filters in BFL.
Good luck!
Subsections
fiep
2010-10-28