initial commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
## Purpose
|
||||
|
||||
The purpose of this repository is to provide code examples that can be compiled and run for people reading my PhD thesis.
|
||||
These examples codes are **not** for production and often are simplified with regard of technical specificities (for example, but not limited to, perfect forwarding).
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
```
|
||||
|
||||
then run any example binary, located inside the `build/examples/` directory.
|
Reference in New Issue
Block a user