From eacce3ecf269dbfe51712d77f3e3078ced53a477 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 14 Apr 2021 12:27:02 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d37060b..1ed2419 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ For details and download of Tuxbox-Builder VM see: https://sourceforge.net/proje ### Install required packages (Debian 9/10) ```bash -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 +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 ``` Also required is sdl. ```bash