From 7187fee13abccc21590af6f5724573763d4afe57 Mon Sep 17 00:00:00 2001 From: Alexander Gauggel <agauggel@uni-koblenz.de> Date: Mon, 26 Apr 2021 12:24:16 +0000 Subject: [PATCH] Added quick explanation of how to clone with submodules to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6093fb10..3446b5fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # VkCV Framework A Vulkan framework for computer visualistics simplifying building applications +## Build + +Git submodules are used for libraries. +To download the submodules either clone using `git clone --recurse-submodules` or after `git clone` use `git submodule init` and `git submodule update`. + ## Examples - https://gitlab.uni-koblenz.de/vulkan2021/vkcv-examples -- GitLab