mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-10 23:11:00 +00:00
feat: make dynmicly installeble
This commit is contained in:
6
install_dynamic.sh
Executable file
6
install_dynamic.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build
|
||||
sudo cmake --install build
|
||||
sudo ldconfig
|
||||
Reference in New Issue
Block a user