We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mkdir /usr/src/libuv cd /usr/src/libuv wget http://ftp.us.debian.org/debian/pool/main/libu/libuv/libuv0.10_0.10.28-6_armhf.deb wget http://ftp.us.debian.org/debian/pool/main/libu/libuv/libuv0.10-dev_0.10.28-6_armhf.deb dpkg -i libuv0.10_0.10.28-6_armhf.deb dpkg -i libuv0.10-dev_0.10.28-6_armhf.deb
apt-get update apt-get install -f git libexpat-dev libpcap-dev m4 autoconf chkconfig libjson0-dev libtool automake flex bison libuv-dev chkconfig openssl libssl-dev -y cd /usr/src git clone https://github.com/sipcapture/captagent.git captagent cd captagent ./build.sh ./configure --enable-ssl --enable-compression make && make install