feat: make dynmicly installeble

This commit is contained in:
2026-01-05 21:29:10 +01:00
parent 4245d152fd
commit 1e2150a6a1
2 changed files with 57 additions and 15 deletions

6
install_dynamic.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build
sudo ldconfig