hogehoge@raspberrypi ~ $ which wget

/usr/bin/wget

hogehoge@raspberrypi ~ $ wget https://webiopi.googlecode.com/files/WebIOPi-0.6.0.tar.gz

--2014-01-23 10:29:25--  https://webiopi.googlecode.com/files/WebIOPi-0.6.0.tar.gz

webiopi.googlecode.com (webiopi.googlecode.com) DNSに問いあわせています... 173.194.72.82

webiopi.googlecode.com (webiopi.googlecode.com)|173.194.72.82|:443 に接続しています... 接続しました。

HTTP による接続要求を送信しました、応答を待っています... 200 OK

長さ: 155808 (152K) [application/x-gzip]

`WebIOPi-0.6.0.tar.gz' に保存中


100%[======================================>] 155,808      291K/s 時間 0.5s    


2014-01-23 10:29:32 (291 KB/s) - `WebIOPi-0.6.0.tar.gz' へ保存完了 [155808/155808]


hogehoge@raspberrypi ~ $ ls

WebIOPi-0.6.0.tar.gz  pistore.desktop

hogehoge@raspberrypi ~ $ tar xvzf WebIOPi-0.6.0.tar.gz 


  ~省略~


hogehoge@raspberrypi ~ $ cd WebIOPi-0.6.0/

hogehoge@raspberrypi ~/WebIOPi-0.6.0 $ sudo ./setup.sh 


Installing WebIOPi...


  ~どうもapt-getで必要なfileをダウソするみたい~


Found Python 2.7.3... 

Trying to install python-dev using apt-get

パッケージリストを読み込んでいます... 完了

依存関係ツリーを作成しています                

状態情報を読み取っています... 完了

以下の特別パッケージがインストールされます:

  libexpat1-dev libssl-dev libssl-doc python-pkg-resources python2.7-dev

提案パッケージ:

  python-distribute python-distribute-doc

以下のパッケージが新たにインストールされます:

  libexpat1-dev libssl-dev libssl-doc python-dev python-pkg-resources

  python-setuptools python2.7-dev

アップグレード: 0 個、新規インストール: 7 個、削除: 0 個、保留: 0 個。

32.1 MB のアーカイブを取得する必要があります。

この操作後に追加で 43.5 MB のディスク容量が消費されます。

取得:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libexpat1-dev armhf 2.1.0-1+deb7u1 [210 kB]

取得:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-dev armhf 1.0.1e-2+rpi1 [1,500 kB]

取得:3 http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-dev all 2.7.3-4+deb7u1 [920 B]

取得:4 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libssl-doc all 1.0.1e-2+rpi1 [1,204 kB]

取得:5 http://mirrordirector.raspbian.org/raspbian/ wheezy/main python2.7-dev armhf 2.7.3-6 [28.7 MB]

取得:6 http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-pkg-resources all 0.6.24-1 [63.6 kB]

取得:7 http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-setuptools all 0.6.24-1 [449 kB]

32.1 MB 42 で取得しました (753 kB/s)                                      

以前に未選択のパッケージ libexpat1-dev を選択しています。


  ~色々します~


WebIOPi successfully installed

* To start WebIOPi foreground : sudo webiopi [-h] [-c config] [-l log] [-s script] [-d] [port]


* To start WebIOPi background : sudo /etc/init.d/webiopi start

* To start WebIOPi at boot : sudo update-rc.d webiopi defaults


* Look in /home/hogehoge/WebIOPi-0.6.0/examples for Python library usage examples


hogehoge@raspberrypi ~/WebIOPi-0.6.0 $ cd ~

hogehoge@raspberrypi ~ $ sudo /etc/init.d/webiopi start

[sudo] password for hogehoge: