FreeBSD

From VoIPmonitor.org
Revision as of 17:07, 9 December 2013 by Festr (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


pkg_add -r -v libexecinfo libpcap unixODBC mysql55-client libvorbis libogg vorbis-tools gmake subversion wget
bash
cd /usr/src
wget --no-check-certificate https://snappy.googlecode.com/files/snappy-1.1.1.tar.gz
tar xzf snappy-1.1.1.tar.gz
cd snappy-1.1.1
./configure
make
make install
cd ..
svn co http://svn.code.sf.net/p/voipmonitor/code/trunk voipmonitor-svn
cd voipmonitor-svn
cp Makefile.in Makefile
gmake
gmake install