From: j-p Date: Sun, 15 Apr 2018 03:06:18 +0000 (+0200) Subject: Update README.md X-Git-Tag: v0.1-alpha~151 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=f0f4b5a9b16c886755bbeea705371a4b3567e759;p=jp%2Fvkvg.git Update README.md --- 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.