Download and Install
Download
Download
version masterof libbeef.
git clone https://github.com/vossjo/libbeef.git
Compile
Create configure file compile.sh
./configure CC=icc \
--prefix=/opt/software/libbeef/build
configure libbeef
bash compile.sh
compile and test libbeef
make && make check && make install