From f0f4b5a9b16c886755bbeea705371a4b3567e759 Mon Sep 17 00:00:00 2001 From: j-p Date: Sun, 15 Apr 2018 05:06:18 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c06dd21..3b4ccbd 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,18 @@ vkvg is in early development stage, and no guarantee is given on the possible ro if glslc or xxd are not present, a precompiled version of the shaders is stored in the git tree. +### Building + +```bash +git clone https://github.com/jpbruyere/vkvg.git # Download source code from github +cd vkvg # Enter the source directory +git submodule update --init --recursive # Dowload vkhelpers sources +mkdir build # Create build directory +cd build +cmake .. # Run CMake, optionaly setup glslc path +make # Run Make +``` + ### Roadmap - Improve triangulation algorithm. -- 2.47.3