]> O.S.I.I.S - jp/vkvg.git/commitdiff
Update README.md
authorJoão Oliveira <44142506+Joaopmoliveira@users.noreply.github.com>
Mon, 4 May 2020 20:31:57 +0000 (21:31 +0100)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 20:31:57 +0000 (21:31 +0100)
README.md

index 62ce7d7ddb001a5969e619f13b11cdcad41d8008..17d06956c89b0f8dfa16eb86c61b5f3195fa9de5 100644 (file)
--- 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