From 6e4326b817d72b6ee576f92e14526dc4f05f6f49 Mon Sep 17 00:00:00 2001 From: Richard Layton Date: Sat, 7 Jan 2023 21:03:29 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Linux=20Sim=20apt-get=20line=20(?= =?UTF-8?q?#25208)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ini/native.ini | 1 + 1 file changed, 1 insertion(+) 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]