ideodog is a command line tool, just based on a stock linux distro, with no need of special libraries, or graphic enviroment ( as xlib, imlib). The only special lib is jpeglib, present in most of systems, but you can work without it (see INSTALL). I
pkg-config is a scr ipt to make putting together all the build flags when compiling/linking a lot easier. Report bugs at http://bugzilla.freedesktop.org/
NEWS for OpenSC -- History of user visible changes Complete change history is available online: http://www.opensc-project.org/opensc/timeline New in 0.12.0; 2010-12-22 * OpenSC uses a single reader driver, specified at compile time. * New card drive
swoole扩展
https://github.com/swoole/swoole-src/releases
tar -zxvf /root/swoole-src-4.4.7.tar.gz && cd /root/swoole-src-4.4.7 && /usr/local/php7/bin/phpize && ./configure --with-php-config=/usr/local/php7/bin/php-config && make && make install
memcache扩展
https://github.com/websupport-sk/pecl-memcache
tar -zxvf pecl-memcache-4.0.4.tar.gz && cd /root/pecl-memcache-4.0.4 && /usr/local/php7/bin/phpize && ./configure --with-php-config=/usr/local/php7/bin/php-config && make && make install
PHP redis扩展
https://github.com/phpredis/phpredis/releases
tar -zxvf /root/phpredis-5.0.2.tar.gz && cd /root/phpredis-5.0.2 && /usr/local/php7/bin/phpize && ./configure --with-php-config=/usr/local/php7/bin/php-config && make && make install