You need the following Simdify® modules to the basic shader exercises the Raspberry Pi 3B+: Simdify® Free Edition, Simdify® Export Module
This exercise teaches you how to install OpenGL® packages on your Raspberry Pi® 3B Plus. These packages are required in order to compile and link the C++ source code (exported by the Layout application) on your Raspberry Pi® 3B Plus device.
You could also connect with Microsoft® PowerShell, or something else if you prefer.
sudo apt-get install libgl1-mesa-dev
You'll receive status information while this command executes.
sudo apt-get install libgles2-mesa-dev
You'll receive status information while this command executes.
sudo apt-get install libegl-dev
You'll receive status information while this command executes.
sudo apt install libdrm-dev libgbm-dev libegl-dev libgles2-mesa-dev
You'll receive status information while this command executes.
You should now have the correct packages installed to compile and link an OpenGL® application.