Skip to content

Instantly share code, notes, and snippets.

@tanpinsiang
Forked from annem/gist:3183536
Created August 27, 2012 04:48
Show Gist options
  • Save tanpinsiang/3485659 to your computer and use it in GitHub Desktop.
Save tanpinsiang/3485659 to your computer and use it in GitHub Desktop.
Download, compile, and install the Broadcom BCM 2835 library for the Raspberry Pi
cd;
// wget http://www.open.com.au/mikem/bcm2835/bcm2835-1.5.tar.gz; // My Pi can't figure out this URL
wget http://67.192.60.197/mikem/bcm2835/bcm2835-1.8.tar.gz
tar xvfz bcm2835-1.8.tar.gz;
cd bcm2835-1.8;
./configure;
make;
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment