You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@ $ ./export.sh # Optional: export LD_LIBRARY_PATH with /usr/local/lib in gl
40
40
### Configure options
41
41
There are some custom `./configure` options :
42
42
-`--with-examples`: compile examples directory. Not compiled by default.
43
+
-`--with-ebpf-example`: compile eBPF example. Not compiled by default. It check eBPF dependencies too.
43
44
-`--with-test`: compile testdirectory. Not compiled by default.
44
45
-`--with-pkgconfigdir=[/own_path/pkgconfig]`: overwrite pkgconfig directory to install .pc file [default: ${PREFIX}/lib/pkgconfig]
45
46
-`--enable-tcmalloc`: enable compilation with tcmalloc instead of native malloc. tcmalloc should be installed first.
47
+
-`--with-linux=[/own_path/linux/src]`: linux source code necesary for eBPF compilation [default: /usr/src/linux]. (On Ubuntu use /usr/src/<linux>-generic version)
0 commit comments