Merge pull request #137 from devZoGok/master

Merge updated README into develop
This commit is contained in:
devZoGok
2024-06-26 05:34:52 +00:00
committed by GitHub
+3 -3
View File
@@ -14,10 +14,10 @@
- `git clone <battleship_url>` - `git clone <battleship_url>`
- `cd Battteship` - `cd Battteship`
- `git submodule update --init --recursive` - `git submodule update --init --recursive`
- `cmake -S . -B build -G <present_visual_studio_version>` - `cmake -S . -B <build_dir> -G <present_visual_studio_version>`
- open `build\ALL_BUILD.vcxproj` - open `build\ALL_BUILD.vcxproj`
- build the solution - build the solution (in case of the fatal error C1128, use, for example, the `RelWithDebInfo` build configuration)
- copy the DLLs, built from dependencies of `Battleship`, to the `build` subdirectory with `battleship.exe` - copy and paste `battleship.exe` into `<build_dir>`
## Contrib guide ## Contrib guide
The Gitflow shall be used. The Gitflow shall be used.