From eb544aac17a7e2fb794ecf2e06eba389325ffb7b Mon Sep 17 00:00:00 2001 From: civilisedzombie <76577910+civilisedzombie@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:52:12 -0400 Subject: [PATCH] Update README.md Make more user friendly to prevent "CMake Error: The source directory /home/[user] does not appear to contain CMakeLists.txt." --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e0aed942..4714f9ae 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,15 @@ Specific sample command lines for building follow. If you're already familiar with the process of building a project with CMake, you may skim or skip these instructions. +For the following steps, make sure your starting directory is in OpenXR-SDK-main extracted from source code zip, or do a git clone. + +```sh +mkdir git +cd git +git clone https://github.com/KhronosGroup/OpenXR-SDK.git +cd OpenXR-SDK +``` + #### Linux Debug ```sh