Initial commit of files
This commit is contained in:
19
packages/packages.sh
Executable file
19
packages/packages.sh
Executable 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"
|
||||
Reference in New Issue
Block a user