From: João Oliveira <44142506+Joaopmoliveira@users.noreply.github.com> Date: Mon, 4 May 2020 20:23:58 +0000 (+0100) Subject: Rename linux_build_tutorial to linux_build_tutorial.md X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=80b4322420087e0d4e7976885178eeae8b6b89e7;p=jp%2Fvkvg.git Rename linux_build_tutorial to linux_build_tutorial.md --- diff --git a/doc/linux_build_tutorial b/doc/linux_build_tutorial deleted file mode 100644 index dc7b93a..0000000 --- a/doc/linux_build_tutorial +++ /dev/null @@ -1,10 +0,0 @@ - -```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 -``` diff --git a/doc/linux_build_tutorial.md b/doc/linux_build_tutorial.md new file mode 100644 index 0000000..dc7b93a --- /dev/null +++ b/doc/linux_build_tutorial.md @@ -0,0 +1,10 @@ + +```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 +```