Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / tools / vagrant / bootstrap.sh
1 apt-get update
2 apt-get install -y git build-essential ia32-libs scons make g++ unzip
3 apt-get install -y libboost-dev libboost-program-options-dev libcurl4-nss-dev
4
5 # for Android development
6 apt-get install -y openjdk-6-jdk
7 apt-get install -y icedtea-plugin
8
9 # for more pleasant development UX in the VM
10 apt-get install -y vim