Skip to content

Commit 3df64c3

Browse files
committed
Updating README
1 parent 83504db commit 3df64c3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
php_ftdi
22
========
33

4-
libftdi php extension
4+
Libftdi PHP extension for talking to FTDI devices.
5+
6+
Build instructions
7+
------------------
8+
9+
sudo apt-get install libftdi1 libftdi-dev php5-dev
10+
11+
cd /tmp
12+
git clone https://github.com/kaiwa/php_ftdi.git
13+
cd php_ftdi
14+
phpize
15+
./configure
16+
make
17+
sudo make install

0 commit comments

Comments
 (0)