/etc/modulesにw1-gpio、w1-thermを追加
$sudo vi /etc/modules w1-gpio w1-therm
■インストールするもの
vim
$apt-get install vim
sudo update-alternatives --config editor
alternative editor (/usr/bin/editor を提供) には 4 個の選択肢があります。 選択肢 パス 優先度 状態 ------------------------------------------------------------ * 0 /bin/nano 40 自動モード 1 /bin/ed -100 手動モード 2 /bin/nano 40 手動モード 3 /usr/bin/vim.basic 30 手動モード 4 /usr/bin/vim.tiny 10 手動モード 現在の選択 [*] を保持するには Enter、さもなければ選択肢の番号のキーを押してください:
任意のエディタを指定する。
chkconfig
$apt-get install chkconfig
wiringPi
$ git clone git://git.drogon.net/wiringPi $ cd wiringPi $ ./build