From 04c63a084d2fa89a0e17a08de8713ea50878d160 Mon Sep 17 00:00:00 2001 From: devZoGok Date: Wed, 26 Jun 2024 08:31:50 +0300 Subject: [PATCH] updated build doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ad77f9..21cdadc 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ - `git clone ` - `cd Battteship` - `git submodule update --init --recursive` -- `cmake -S . -B build -G ` +- `cmake -S . -B -G ` - open `build\ALL_BUILD.vcxproj` -- build the solution -- copy the DLLs, built from dependencies of `Battleship`, to the `build` subdirectory with `battleship.exe` +- build the solution (in case of the fatal error C1128, use, for example, the `RelWithDebInfo` build configuration) +- copy and paste `battleship.exe` into `` ## Contrib guide The Gitflow shall be used.