Hello,
I’m trying to build pdraw via the instructions provided for Groundsdk-tools (Installation - 7.7), but I end up stuck because the build script checks for required dependencies and fails to find sdl2.
This results in :
Scanning /home/gautier/dev/anafimain/videoswitch/groundsdk-tools/packages for makefiles…
Found 51 makefiles
Found 156 modules
Computing modules dependencies…
Checking modules dependencies…
/home/gautier/dev/anafimain/videoswitch/groundsdk-tools/build/alchemy/main.mk:366: *** /home/gautier/dev/anafimain/videoswitch/groundsdk-tools/packages/pdraw/apps/pdraw_desktop: module ‘pdraw’ depends on unknown module ‘sdl2’. Stop.
[E] Command failed (returncode=2)
Libsdl2 is installed on my system, my guess is that the lib should be somewhere in the packages subdirectory along with an atom.mk file, but it is nowhere to be found.
Any recommandations ?