Add Vagrant VM for development

This commit is contained in:
Emil Lundberg
2017-10-16 16:52:25 +02:00
parent cd11196535
commit 73dfa7b48b
5 changed files with 78 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#! /usr/bin/env bash
# Install development dependencies
sudo apt-get update -qq
sudo apt-get install -qq software-properties-common
sudo add-apt-repository -y ppa:yubico/stable
sudo apt-get update -qq && apt-get -qq upgrade
sudo apt-get install -qq \
autoconf \
automake \
gengetopt \
help2man \
libpcsclite-dev \
libssl-dev \
libtool \
libykpiv1 \
pkg-config \
virtualbox-guest-dkms