setup-udp-bookworm.sh: print some software versions etc

This commit is contained in:
Joakim Frostegård 2024-01-02 17:12:04 +01:00
parent 6870a9e9c4
commit e598907095

View file

@ -14,6 +14,7 @@ source "$HOME/.cargo/env"
cargo build --profile "release-debug" -p aquatic_udp
cargo build --profile "release-debug" -p aquatic_udp_load_test
cargo build --profile "release-debug" -p aquatic_bencher --features udp
git log --oneline | head -n 1
cd $HOME
mkdir -p projects
@ -30,6 +31,7 @@ sed -i "s/^OPTS_production=-O3/OPTS_production=-O3 -march=native -mtune=native/g
sed -i "s/if \(numwant > 200\) numwant = 200/if (numwant > 50) numwant = 50/g" ot_udp.c
make
sudo cp ./opentracker /usr/local/bin/
git log --oneline | head -n 1
cd ..
# Install chihaya
@ -37,6 +39,12 @@ git clone https://github.com/chihaya/chihaya.git
cd chihaya
go build ./cmd/chihaya
sudo cp ./chihaya /usr/local/bin/
git log --oneline | head -n 1
cd ..
rustc --version
gcc --version
go version
lscpu
echo "Finished. Reboot before running aquatic_bencher"