DeskPi-Team / deskpi

DeskPi Pro is the Ultimate Case Kit for Raspberry Pi 4 with Full Size HDMI/2.5 Hard Disk Support and Safe Power Button, It has QC 3.0 Power Supply inside and New ICE Tower Cooler inside.
GNU General Public License v3.0
140 stars 46 forks source link

install gcc dependency for fan control on Ubuntu OS (64 bit). #125

Closed jonhadfield closed 1 year ago

jonhadfield commented 2 years ago

The standard installation of Ubuntu does not include gcc, so outputs an error when running the following: gcc -o $installationfolder/drivers/c/pwmFanControl $installationfolder/drivers/c/pwmControlFan.c
This PR simply adds the command to install gcc before this step. If gcc is already installed it will continue without error.