Hi,
I read INSTALL.md file, it said “Several external libraries have to be installed into the lib/external”,
but the following steps are:
3. libfc (you need GIT installed for this)
cd lib
git clone https://github.com/britram/libfc.git fc
cd fc
git checkout af3065e37cdadabf00ed170c9830cfde57708b05
mv ipfix2csv.cpp ipfix2csv.cpp.exclude
mv fcprof.cpp fcprof.cpp.exclude
cd ../..
Thanks!