updated readme

main
xerox 2 years ago
parent eb392c730d
commit b01ba0ef77

@ -12,6 +12,11 @@ cmake (3.x or up)
*linux build instructions*
```
# must be clang 10 or up
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
# clone and build
git clone https://githacks.org/vmp3/vmprofiler
cd vmprofiler
cmake -B build

Loading…
Cancel
Save