📝 Linux Sim apt-get line (#25208)
This commit is contained in:
parent
81c1c7357b
commit
6e4326b817
|
@ -26,6 +26,7 @@ build_src_filter = ${common.default_src_filter} +<src/HAL/LINUX>
|
||||||
# Native Simulation
|
# Native Simulation
|
||||||
# Builds with a small subset of available features
|
# Builds with a small subset of available features
|
||||||
# Required system libraries: SDL2, SDL2-net, OpenGL, GLM
|
# Required system libraries: SDL2, SDL2-net, OpenGL, GLM
|
||||||
|
# sudo apt-get install python3-venv build-essential libsdl2-dev libsdl2-net-dev libglm-dev
|
||||||
# See https://docs.platformio.org/en/latest/platforms/native.html for more information
|
# See https://docs.platformio.org/en/latest/platforms/native.html for more information
|
||||||
#
|
#
|
||||||
# Tested with Linux (Mint 20) : gcc [9.3.0, 10.2.0]: libsdl2-dev[2.0.10], libsdl2-net-dev[2.0.1], libglm-dev[0.9.9.7, 0.9.9.8]
|
# Tested with Linux (Mint 20) : gcc [9.3.0, 10.2.0]: libsdl2-dev[2.0.10], libsdl2-net-dev[2.0.1], libglm-dev[0.9.9.7, 0.9.9.8]
|
||||||
|
|
Loading…
Reference in a new issue