Difference between revisions of "FreeBSD"

From VoIPmonitor.org
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  pkg_add -r -v libexecinfo libpcap unixODBC mysql55-client libvorbis libogg vorbis-tools gmake
+
 
 +
 
 +
 
 +
  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
 +
gmake install

Latest revision as of 17:07, 9 December 2013


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