Small build/README.md fix

This commit is contained in:
Roman Shapiro 2023-11-16 04:38:29 +07:00
parent f6333e0dae
commit 39349ff325

View file

@ -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/) * [CMake 3.27+](https://cmake.org/)
### Build Steps ### 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. 3. Open `build/circle.sln` in Visual Studio.
4. Compile and run.