Changes between Version 13 and Version 14 of setup


Ignore:
Timestamp:
Jan 13, 2022, 2:30:54 PM (3 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup

    v13 v14  
    2828
    2929== Install packages ==
     30
     31Install g++ to compile simulator: (flair does not use the toolchain for simulator to avoid problem with opengl)
     32
     33{{{
     34sudo apt install g++
     35}}}
    3036
    3137Install glxinfo needed to detect your graphic driver (for simulator):