mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-08 22:21:00 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
|
cmake --build build
|
|
sudo cmake --install build
|
|
sudo ldconfig
|