FastNetMon

Tuesday 12 May 2015

Build libcuckoo on Mac OS X 10.10 Yosemite

Install ports:
sudo port install automake autoconf m4 libtool
Pull code:
cd /usr/src
git clone https://github.com/efficient/libcuckoo.git
Build it:
autoreconf -fis
./configure --prefix=/op/libcuckoo
make
make install

No comments :

Post a Comment

Note: only a member of this blog may post a comment.