Go to file
Johannes Theiner d94c04677d Update README.md 2020-01-13 13:41:21 +00:00
README.md Update README.md 2020-01-13 13:41:21 +00:00
build-release.sh + more documentation 2020-01-13 14:40:23 +01:00
build-test.sh added build-test script 2020-01-07 15:51:25 +01:00
build.sh added build-test script 2020-01-07 15:51:25 +01:00
checkout-dev.sh + README 2019-10-29 15:12:04 +01:00
checkout-master.sh added checkout-master script 2020-01-07 15:32:44 +01:00
install.sh + more documentation 2020-01-13 14:40:23 +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 & run all subprojects with one script

Prerequisites

  • *nix operating system
  • package manager (either apt, pacman or homebrew)
  • git
  • (optional) ssh key added to your gitlab profile

Usage

install

run this once in a empty directory.

as a user:

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

or as a project developer (ssh key needed):

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

update all subprojects

update.sh

build all projects

build.sh

checkout development versions

checkout-dev.sh

Troubleshooting

please make sure that all of the following packages have been installed by your package manager:

  • clang
  • clang_tidy
  • make
  • cmake
  • catch2
  • fltk
  • tmux