Update Install toolchains authored by Guillaume Sanahuja's avatar Guillaume Sanahuja
......@@ -50,7 +50,7 @@ Each toolchain install 2 important files needed for compilation:
* *environment-setup-arch-poky-linux-gnueabi*: a script to source if you need to compile something manually, without CMake. For example */opt/robomap3/2.1.3/armv5te/environment-setup-armv5e-poky-linux-gnueabi*
* *toolchain.cmake*: a file used by CMake to get all information needed to compile with this toolchain. For example */opt/robomap3/2.1.3/armv5te/toolchain.cmake*
The first one can be used to compile a kernel for example. The second one is needed for each CMake project, but is automatically used by the [wiki:compile_all#Helperscripts helper scripts], so you should not have to bother with it, unless you want to build a CMake project not in the flair build system.
The first one can be used to compile a kernel for example. The second one is needed for each CMake project, but is automatically used by the [build system](build-system), so you should not have to bother with it, unless you want to build a CMake project not in the flair build system.
# Environment variable
......
......