You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
README.md | 3 years ago | |
build-release.sh | 3 years ago | |
build-test.sh | 3 years ago | |
build.sh | 3 years ago | |
checkout-dev.sh | 3 years ago | |
checkout-master.sh | 3 years ago | |
install.sh | 3 years ago | |
run.sh | 3 years ago | |
update.sh | 3 years ago |
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