Go to file
Johannes Theiner 7693394c33 + run script 2020-01-07 13:58:18 +01:00
README.md + --with-toolchain cases for homebrew 2019-11-05 19:59:35 +00:00
build.sh ~ build script fixed 2019-10-23 14:19:00 +02:00
checkout-dev.sh + README 2019-10-29 15:12:04 +01:00
install.sh fixing broken ifs 2019-11-06 11:59:56 +01:00
run.sh + run script 2020-01-07 13:58:18 +01:00
update.sh Cleanup Code, 2019-10-28 10:19:48 +00:00

README.md

vKVM Scripts

install & build all subprojects with one script

Prerequisites

  • *nix operating system
  • package manager (either apt, pacman or homebrew)
  • git
  • a c++14 compatible compiler
  • ssh key added to your gitlab profile

Usage

install

run this once in a empty directory.

git clone ssh://git@gitlab.repo.digitech.hs-emden-leer.de:2222/link/projekte/ws19/vkvm-new/installation.git
cd installation
install.sh

update all subprojects

update.sh

checkout development versions

checkout-dev.sh

build all projects

build.sh