mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2024-12-04 12:05:16 +00:00
13 lines
222 B
Bash
Executable File
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
|
|
|