ceed96b0d7 | ||
---|---|---|
README.md | ||
build.sh | ||
checkout-dev.sh | ||
install.sh | ||
update.sh |
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