1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-07-01 09:19:47 +02:00
DiyaSDK/README.md
2022-08-10 23:36:56 +02:00

328 B

DiyaSDK

Base tools for Diya kernel Development

Dependencies on Linux system (Ubuntu focal)

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install \
    libsdl2-2.0-0 \
    libsdl2-2.0-0:i386 \
    libsdl2-image-2.0-0 \
    libsdl2-image-2.0-0:i386 \
    libsdl2-ttf-2.0-0 \
    libsdl2-ttf-2.0-0:i386