-
-
Notifications
You must be signed in to change notification settings - Fork 75
RaspberryPi CaptAgent
Lorenzo Mangani edited this page Jan 16, 2017
·
2 revisions
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