11 By default SHARED libraries are created and applications are linked to it.
12 Use -DBUILD_SHARED_LIBS=OFF while invoking cmake to create STATIC libraries
13 and link applications to it.
15 Ex. cmake -DBUILD_SHARED_LIBS=OFF ..
17 -DCMAKE_INSTALL_PREFIX
18 Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
19 when invoking cmake to specify another install location.
21 You may need to update the libbpf git submodule:
23 git submodule update --init --recursive