Merge pull request #1619 from RadWolfie/minor-update

Minor update
This commit is contained in:
Luke Usher 2019-05-26 10:51:16 +01:00 committed by GitHub
commit 298a77662d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Please note the `--recurse-submodules` parameter. This is required to fetch sub-
Without this, Cxbx-Reloaded will fail to build.
If Cxbx-Reloaded was previously checked out without the submodules, they can be updated/fetched with the following command:
`git submodule update --recurse-submodules`
`git submodule update --init --recursive`
### Compiling
Please note that Debug builds are significantly slower, but may help diagnose a problematic title.
@ -93,7 +93,7 @@ Please note that Debug builds are significantly slower, but may help diagnose a
2. `cmake .. -G "Visual Studio 15 2017" -A Win32` - Create generated files for Visual Studio 2017.
* Or use "Visual Studio 16 2019" for Visual Studio 2019.
* **REMARK:** CMake 1.14 or later is the requirement to support Visual Studio 2019 generator.
* Last check: Visual Studio 2019, 16.0.3, currently has CMake 1.13.
* Visual Studio **16.1** 2019 or later has CMake 1.14 bundled.
4. Open `Cxbx-Reloaded.sln` from build-x86 directory, select your configuration (Release or Debug), then hit Build.
## Linux / macOS