From c899952cb2083c409672c0eb465b837f0b8f6379 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Mon, 30 Aug 2021 21:45:35 -0600 Subject: [PATCH] added a couple of additional packages to be installed --- docs/os-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/os-instructions.md b/docs/os-instructions.md index 828c6e1..d895330 100644 --- a/docs/os-instructions.md +++ b/docs/os-instructions.md @@ -32,9 +32,9 @@ and run UPIWIN successfully. This document describes the process. ## Installing Libraries for UPIWIN 1. Use `sudo -i` to get a root command prompt. -2. Execute the command to install packaged libraries: +2. Execute the command to install packaged libraries and utilities: - apt install python3-dev libfreetype6-dev libpng-dev ttf-mscorefonts-installer + apt install python3-dev libfreetype6-dev libpng-dev libzip-dev ttf-mscorefonts-installer zip 3. Execute the commands to install the BCM2835 library: