From 5eee6634a60f9b21814586467026b7e320f8a67e Mon Sep 17 00:00:00 2001 From: Tintu Thomas Date: Fri, 13 May 2022 16:56:19 +0100 Subject: [PATCH] totalcompute/tc1: update user-guide to add missing dependency - libncurses5 Signed-off-by: Tintu Thomas --- docs/totalcompute/tc1/user-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/totalcompute/tc1/user-guide.rst b/docs/totalcompute/tc1/user-guide.rst index c847a40..693900e 100755 --- a/docs/totalcompute/tc1/user-guide.rst +++ b/docs/totalcompute/tc1/user-guide.rst @@ -31,8 +31,8 @@ To resolve the dependencies, run: sudo apt-get update sudo apt-get install chrpath gawk texinfo libssl-dev diffstat wget git-core unzip gcc-multilib \ build-essential socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils \ - iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm git-lfs openssl \ - curl lib32ncurses5-dev libz-dev python-pip u-boot-tools m4 zip gcc-9 libstdc++6 liblz4-tool zstd + iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm git-lfs openssl curl \ + libncurses5 lib32ncurses5-dev libz-dev python-pip u-boot-tools m4 zip gcc-9 libstdc++6 liblz4-tool zstd To get the latest repo tool from google, run the following commands: -- GitLab