Saved working stuff

This commit is contained in:
r.koeppe
2024-05-16 00:40:22 +02:00
parent 2d22ccd2d6
commit a02331451d
54 changed files with 3452 additions and 13 deletions

10
build.bash Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
origin=$(pwd)
cd $origin/vn-interface
mkdir build
cd $origin/vn-interface/build
cmake .. && sudo make install
cd $origin/INS-VN-200
make
cd $origin