diff --git a/ini/native.ini b/ini/native.ini index d0e1d6f293..7ed705a782 100644 --- a/ini/native.ini +++ b/ini/native.ini @@ -26,6 +26,7 @@ build_src_filter = ${common.default_src_filter} + # Native Simulation # Builds with a small subset of available features # 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 # # 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]