Wed, 24 Feb 2021 11:43:50 +0100
misc: update copyright years
libbuf INSTALL ============== Installation instructions. Requirements ------------ - C99 compiler, - POSIX make, only required to build, - POSIX user land (ar, cc, cp, mkdir, rm), to install and test. Basic installation ------------------ Quick install. $ tar xvzf libbuf-x.y.z-tar.xz $ cd libbuf-x.y.z $ make # sudo make install Alternatively, you can use the following targets as well. - `make test`: run test suite.