diff --git a/README.md b/README.md index 7c7a9e6..21d40d1 100644 --- a/README.md +++ b/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 ```