mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-11-16 18:18:22 +01:00
update readme
This commit is contained in:
parent
ac1a9948d1
commit
80bf7eedcf
14
README.md
14
README.md
@ -2,8 +2,16 @@
|
||||
|
||||
Base tools for Diya kernel Development
|
||||
|
||||
Dependencies on Linux system
|
||||
Dependencies on Linux system (Ubuntu focal)
|
||||
|
||||
```
|
||||
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
|
||||
```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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user