peec / raspberry-piface-api

PiFace PHP 5.4+ API for Raspberry PI PiFace module.
13 stars 2 forks source link

Readme needs phpize #2

Closed djsharman closed 11 years ago

djsharman commented 11 years ago

Install php SPI

git clone git://github.com/frak/php_spi.git ~/php_spi cd ~/php_spi ./configure --enable-spi make make test sudo make install

This section should be:

Install php SPI

git clone git://github.com/frak/php_spi.git ~/php_spi cd ~/php_spi phpize <<<<<<<<<<<<<<<<<<<<<<<<<Missing in the current readme. ./configure --enable-spi make make test sudo make install