From 8db5764ac3fb38c3cbec25f42471c3436bb85c3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20Oliveira?= <44142506+Joaopmoliveira@users.noreply.github.com> Date: Mon, 4 May 2020 21:31:57 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 -- 2.47.3