Difference between revisions of "FreeBSD 11"

From VoIPmonitor.org
Jump to navigation Jump to search
(Created page with "''note:tested on 64bit release with voipmonitor 23.7 sources with freebsd 11.1 and 11.2 and built with clang'' '''Install packages''' pkg install git libpcap libogg libvorb...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
  pkg install git libpcap libogg libvorbis unixODBC mysql57-client gmake wget snappy harfbuzz-icu fftw3 json-c rrdtool lzo2 gnutls libgcrypt libssh gccmakedep pkgconf libdbi bash
 
  pkg install git libpcap libogg libvorbis unixODBC mysql57-client gmake wget snappy harfbuzz-icu fftw3 json-c rrdtool lzo2 gnutls libgcrypt libssh gccmakedep pkgconf libdbi bash
  
'' For FreeBSD 11.1 you need to install clang6 and set CXX in Makefile''
+
'' For FreeBSD 11.1 you need to install clang6 and set CXX in Makefile'' (after configure)
  
 
  pkg install llvm60
 
  pkg install llvm60
Line 15: Line 15:
 
'''Download configure and build voipmonitor'''
 
'''Download configure and build voipmonitor'''
  
  git clone https://github.com/voipmonitor/sniffer.git
+
  git clone -b master https://github.com/voipmonitor/sniffer.git
 +
    OR
 +
git clone -b develop https://github.com/voipmonitor/sniffer.git
 
   
 
   
 
  cd sniffer
 
  cd sniffer

Latest revision as of 14:55, 15 April 2020

note:tested on 64bit release with voipmonitor 23.7 sources with freebsd 11.1 and 11.2 and built with clang


Install packages

pkg install git libpcap libogg libvorbis unixODBC mysql57-client gmake wget snappy harfbuzz-icu fftw3 json-c rrdtool lzo2 gnutls libgcrypt libssh gccmakedep pkgconf libdbi bash

For FreeBSD 11.1 you need to install clang6 and set CXX in Makefile (after configure)

pkg install llvm60
CXX=/usr/local/bin/clang++60

Download configure and build voipmonitor

git clone -b master https://github.com/voipmonitor/sniffer.git
   OR
git clone -b develop https://github.com/voipmonitor/sniffer.git

cd sniffer
./configure
gmake


  • Startup script and other settings you can use from FreeBSD101.