mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-11-16 10:18:20 +01:00
SDK for Diya
|
||
---|---|---|
32/bootstrap | ||
64/bootstrap | ||
bin | ||
fonts | ||
unicode | ||
.gitignore | ||
env.sh | ||
export.st | ||
init.st | ||
install.st | ||
Jenkinsfile | ||
LICENSE | ||
README.md |
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