7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2024-12-04 12:05:16 +00:00
ThunderScope/Software/build_libtslitex.sh
2024-10-30 11:20:46 -04:00

13 lines
222 B
Bash
Executable File

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