From: João Oliveira <44142506+Joaopmoliveira@users.noreply.github.com> Date: Mon, 4 May 2020 20:31:57 +0000 (+0100) Subject: Update README.md X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=8db5764ac3fb38c3cbec25f42471c3436bb85c3f;p=jp%2Fvkvg.git Update README.md --- diff --git a/README.md b/README.md index 62ce7d7..17d0695 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,7 @@ if `glslc` or `xxd` are not present, a precompiled version of the shaders is sto ### Building -The library can be built on [Windows](doc/windows_tutorial.md) or on Linux throught CMake. - -```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 -``` +The library can be built on [Windows](doc/windows_build_tutorial.md) or on [Linux](doc/linux_build_tutorial.md) throught CMake. ### To Do