Add fxload3 utility needed for QHY cameras

This commit is contained in:
2023-02-25 13:08:23 +01:00
parent adb7cfb329
commit 0881abee6b
17 changed files with 2328 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
DIR=$(dirname "$0")
cd $DIR/fxload
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/usr
cmake --build ./build
sudo cmake --install ./build