Closed oveddan closed 4 years ago
I'm on the pizerow. As instructed on the readme, I clone the repo and run the command:
cc -o oled oled.c fontx.c -lwiringPi -lpthread -DI2C
The following error occurs:
oled.c:46:10: fatal error: wiringPi.h: No such file or directory include ^~~~~~~~~~~~ compilation terminated.
oled.c:46:10: fatal error: wiringPi.h: No such file or directory
^~~~~~~~~~~~
compilation terminated.
What am I doing wrong?
Ok figured it out.
I had to run:
sudo apt-get install wiringpi
now it works :) thank you
I'm on the pizerow. As instructed on the readme, I clone the repo and run the command:
cc -o oled oled.c fontx.c -lwiringPi -lpthread -DI2C
The following error occurs:
What am I doing wrong?