mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
Deleted build.sh
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@320998 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f19de4b84
commit
d17514112e
1 changed files with 0 additions and 24 deletions
24
build.sh
24
build.sh
|
|
@ -1,24 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
#echo "Cleaning up ...\n"
|
||||
|
||||
make clean
|
||||
phpize --clean
|
||||
|
||||
#echo "Compile package...\n"
|
||||
|
||||
phpize
|
||||
aclocal
|
||||
libtoolize --force
|
||||
autoheader
|
||||
autoconf
|
||||
|
||||
#echo "Configure package...\n"
|
||||
|
||||
./configure --enable-pcsc --prefix=/usr
|
||||
|
||||
make
|
||||
|
||||
#echo "Now type su and the make install...\n"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue