added a couple of additional packages to be installed

This commit is contained in:
Amy G. Bowersox 2021-08-30 21:45:35 -06:00
parent 8cbfccdd8b
commit c899952cb2
1 changed files with 2 additions and 2 deletions

View File

@ -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: