Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 13
and
Version 14
of
setup
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 13, 2022, 2:30:54 PM (
3 years
ago)
Author:
Sanahuja Guillaume
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
setup
v13
v14
28
28
29
29
== Install packages ==
30
31
Install g++ to compile simulator: (flair does not use the toolchain for simulator to avoid problem with opengl)
32
33
{{{
34
sudo apt install g++
35
}}}
30
36
31
37
Install glxinfo needed to detect your graphic driver (for simulator):