Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 490 Bytes

PerfSandbox User-Level Library

build workflow

Dependencies

PSanbox user-level library depends on the pkg-config and glib-2.0 libraries.

Install them with

sudo apt-get install pkg-config libglib2.0-dev

Build

mkdir build && cd build
cmake ..
make -j $(nproc)

Code Style

Please refer to the code style for the coding convention and practice.