ThunderScope/Software/build_libtslitex.sh
2025-06-16 12:31:01 -04:00

13 lines
237 B
Bash
Executable File

if cd libtslitex; then
git pull
else
git clone -b dev_updates https://github.com/EEVengers/libtslitex.git
cd libtslitex
fi
mkdir build
cd build
cmake ..
cmake --build . --config=Release
#./artifacts/example/thunderscope_test io