diff --git a/README.md b/README.md index 67be132..bea53d5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ Signal handler for multithreaded C++ applications on Linux ========================================================== +## Build & Install + +``` +mkdir -p build/ && cd build/ +cmake .. +make +make test +make install +``` + + Example usage: ``` bool worker(sgnl::AtomicCondition& exit_condition)