From 39349ff32597b4c89e9622e859021cd495c30fc5 Mon Sep 17 00:00:00 2001 From: Roman Shapiro Date: Thu, 16 Nov 2023 04:38:29 +0700 Subject: [PATCH] Small build/README.md fix --- build/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build/README.md b/build/README.md index c737b22..bd84d9a 100644 --- a/build/README.md +++ b/build/README.md @@ -6,8 +6,10 @@ This guide describes how to build TbaMUD in the Visual Studio through the new ex * [CMake 3.27+](https://cmake.org/) ### Build Steps -1. Goto the folder `build` and execute `create_solution.bat`. +1. Goto the folder `src` and copy `conf.h.win` to `conf.h`. -2. Open `build/circle.sln` in Visual Studio. +2. Goto the folder `build` and execute `create_solution.bat`. -3. Compile and run. \ No newline at end of file +3. Open `build/circle.sln` in Visual Studio. + +4. Compile and run. \ No newline at end of file