summaryrefslogtreecommitdiff
path: root/vagrant_build.sh
blob: 648ed3451b08a3278069ca931683a9f82cda6f1a (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -e

mkdir -p build
cd build
cmake /wireshark/
make -j2