mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
Merge pull request #203 from devZoGok/bf-202-build-err
Bf 202 build err
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
[submodule "external/SFML"]
|
||||
path = external/SFML
|
||||
url = https://github.com/SFML/SFML
|
||||
[submodule "gameBase2"]
|
||||
path = external/gameBase
|
||||
url = https://github.com/devZoGok/gameBase
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- `git clone <battleship_url>`
|
||||
- `cd Battteship`
|
||||
- `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`
|
||||
- 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>`
|
||||
|
||||
Vendored
-1
Submodule external/SFML deleted from dd14d7c57f
Vendored
+1
-1
Submodule external/gameBase updated: 251889df68...0002879d41
Reference in New Issue
Block a user