1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-09-28 12:36:39 +02:00
DiyaSDK/README.md

18 lines
328 B
Markdown
Raw Permalink Normal View History

2022-03-07 09:38:31 +01:00
# DiyaSDK
Base tools for Diya kernel Development
2022-08-09 00:25:36 +02:00
2022-08-10 23:36:56 +02:00
Dependencies on Linux system (Ubuntu focal)
2022-08-09 00:25:36 +02:00
2022-08-10 23:36:56 +02:00
```sh
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
2022-08-09 00:25:36 +02:00
```