Skip to content

Instantly share code, notes, and snippets.

@petrockblog
Created July 5, 2012 05:39
Show Gist options
  • Save petrockblog/3051568 to your computer and use it in GitHub Desktop.
Save petrockblog/3051568 to your computer and use it in GitHub Desktop.

Revisions

  1. petrockblog created this gist Jul 5, 2012.
    7 changes: 7 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    cd;
    wget http://www.open.com.au/mikem/bcm2835/bcm2835-1.3.tar.gz;
    tar xvfz bcm2835-1.3.tar.gz;
    cd bcm2835-1.3;
    ./configure;
    make;
    sudo make install