tbamud/build
Roman Shapiro b2d38522e0
Added new easy way of building TbaMUD in the Visual Studio through the CMake (#127)
* Added new experimental MSVC build way through CMake

* Small build/README.md fix
2023-11-19 04:04:39 +01:00
..
create_solution.bat Added new easy way of building TbaMUD in the Visual Studio through the CMake (#127) 2023-11-19 04:04:39 +01:00
README.md Added new easy way of building TbaMUD in the Visual Studio through the CMake (#127) 2023-11-19 04:04:39 +01:00

Overview

This guide describes how to build TbaMUD in the Visual Studio through the new experimental CMake environment.

Prerequisites

Build Steps

  1. Goto the folder src and copy conf.h.win to conf.h.

  2. Goto the folder build and execute create_solution.bat.

  3. Open build/circle.sln in Visual Studio.

  4. Compile and run.