Initial commit of files

This commit is contained in:
2021-01-22 10:16:20 -05:00
parent 32d165ec8f
commit ed92211680
534 changed files with 68563 additions and 19 deletions

19
packages/packages.sh Executable file
View File

@ -0,0 +1,19 @@
#!/bin/bash
ver=`uname -r`
echo "Build packages:"
apt-get install -y build-essential
#apt-get install -y linux-headers
#apt-get install -y linux-headers-$ver
echo "Library packages:"
apt-get install -y cmake libbz2-dev libboost-dev libgd-dev libmuparser-dev libxml2-dev xutils-dev libbz2-dev libkml-dev liburiparser-dev git subversion subversion-tools libpopt-dev libpcap-dev tcpdump flip
echo "Misc packages:"
apt-get install -y can-utils
apt-get autoremove
apt-get clean
echo
echo "Some packages (can-utils) may have to be manually built and installed"