Changes between Initial Version and Version 1 of how_it_works


Ignore:
Timestamp:
02/15/19 13:26:01 (5 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how_it_works

    v1 v1  
     1[[PageOutline]]
     2
     3= How Flair works =
     4
     5== OS and toolchains ==
     6
     7Flair only works on linux. It also has some dependencies, so the best (and easiest) way to run Flair on a target is to use a prebuilt compatible image. Theses images are created with [https://github.com/2rm-robotics/robomap3-rt robomap3] project.
     8You can find [wiki:setup_target here] instructions on how to install images on specific targets.
     9
     10Compilation (and cross-compilation) of Flair is also a bit tricky because of its dependencies. So the Flair build system is based on prebuilt toolchains, also from [https://github.com/2rm-robotics/robomap3-rt robomap3] project. Using these toolchains, compiling Flair is straightforward. You can find [wiki:toolchain/install here] instructions on how to install toolchains for a specific target.
     11