From dba877cc8b4ac7b049688d78c228956cea6eb216 Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Wed, 4 Oct 2023 11:08:50 +0100 Subject: [PATCH] docs: embedded video into windows_vs.md (#916) --- docpages/make_a_bot/windows_vs.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docpages/make_a_bot/windows_vs.md b/docpages/make_a_bot/windows_vs.md index 92c6bc7759..6726ab7cec 100644 --- a/docpages/make_a_bot/windows_vs.md +++ b/docpages/make_a_bot/windows_vs.md @@ -2,7 +2,17 @@ To create a basic bot using **Visual Studio 2019** or **Visual Studio 2022**, follow the steps below to create a *working skeleton project you can build upon*. -If you prefer a video tutorial, you can watch [this video](https://youtu.be/JGqaQ9nH5sk) to see how to run your bot, otherwise, keep reading! +If you prefer a video tutorial, you can watch the video below! Otherwise, scroll past and keep reading! + +## Video Tutorial + +\htmlonly + + + +\endhtmlonly + +## Text Tutorial 1. Make sure you have Visual Studio 2019 or 2022. Community, Professional or Enterprise work fine. These instructions are not for Visual Studio Code. You can [download the correct version here](https://visualstudio.microsoft.com/downloads/). Note that older versions of Visual Studio will not work as they do not support enough of the C++17 standard. 2. Clone the [template project](https://github.com/brainboxdotcc/windows-bot-template/). Be sure to clone the entire project and not just copy and paste the `.cpp` file.