From 80bf7eedcfcfeae1d9d3bceed8b0e20c805283f7 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 10 Aug 2022 23:36:56 +0200 Subject: [PATCH] update readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 ```