From ca0fe8f90368d5559a48b48601399520fb44b58c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 2 May 2021 12:53:03 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c53a2e6..c00c075 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,16 @@ For details and download of Tuxbox-Builder VM see: https://sourceforge.net/proje apt-get install -y gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential \ chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils \ iputils-ping python3-git python3-jinja2 libegl1-mesa pylint3 xterm subversion locales-all \ -libxml2-utils ninja-build default-jre clisp libcapstone3 +libxml2-utils ninja-build default-jre clisp libcapstone3 libsdl2-dev ``` + Also required is sdl. +Older buildsystem versions < (3.1) use libsdl1.2-dev ```bash apt-get install -y libsdl1.2-dev ``` -For newer image versions with dunfell (3.1) or later use libsdl2-dev instead libsdl1.2-dev -```bash -apt-get install -y libsdl2-dev -``` -### Recommended additional packages: +### Recommended additional packages for graphical support (e.g. KDE ...): ```bash apt-get install -y gitk git-gui meld ```