Created
December 23, 2018 04:36
-
-
Save yuvarajoo/f2f4ec804eb3ae5acfa2bf68769bd715 to your computer and use it in GitHub Desktop.
Install Raspberry pI BCM2835
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.58.tar.gz | |
tar xvfz bcm2835-1.58.tar.gz; | |
cd bcm2835-1.58; | |
./configure; | |
make; | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment