Download and Install

Download

  1. Download version master of libbeef.

git clone https://github.com/vossjo/libbeef.git

Compile

  1. Create configure file compile.sh

./configure CC=icc \
    --prefix=/opt/software/libbeef/build
  1. configure libbeef

bash compile.sh
  1. compile and test libbeef

make && make check && make install