mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
updated README
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
- `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_dir> -G <present_visual_studio_version>`
|
- `cmake -S . -B <build_dir> [-G <present_visual_studio_version>] -DSFML_BUILD_GRAPHICS=0`
|
||||||
- open `build\ALL_BUILD.vcxproj`
|
- open `build\ALL_BUILD.vcxproj`
|
||||||
- build the solution (in case of the fatal error C1128, use, for example, the `RelWithDebInfo` build configuration)
|
- build the solution (in case of the fatal error C1128, use, for example, the `RelWithDebInfo` build configuration)
|
||||||
- copy and paste `battleship.exe` into `<build_dir>`
|
- copy and paste `battleship.exe` into `<build_dir>`
|
||||||
|
|||||||
Reference in New Issue
Block a user