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

19 lines
465 B
Bash
Executable File

sudo apt-get install -y dotnet-sdk-8.0
if cd TS.NET; then
git pull
else
git clone https://github.com/EEVengers/TS.NET.git
cd TS.NET
fi
cd build-scripts/
./TS.NET.Engine\ \(linux-x64\).bash
cd ../..
cp libtslitex/build/artifacts/libtslitex/libtslitex.so TS.NET/builds/linux-x64/TS.NET.Engine/0.1.0/libtslitex.so
cd TS.NET/builds/linux-x64/TS.NET.Engine/0.1.0/
sed -i -e 's/HardwareDriver: XDMA/HardwareDriver: LiteX/g' thunderscope.yaml
#./TS.NET.Engine