📝 Linux Sim apt-get line (#25208)

This commit is contained in:
Richard Layton 2023-01-07 21:03:29 -08:00 committed by GitHub
parent 81c1c7357b
commit 6e4326b817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]