mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
Merge pull request #137 from devZoGok/master
Merge updated README into develop
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user