Merge branch 'master' of https://github.com/clownacy/Cave-Story-Engine-2
This commit is contained in:
commit
b5a12f8888
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi
|
||||||
|
|
||||||
This project primarily uses CMake, allowing it to be built with a range of compilers.
|
This project primarily uses CMake, allowing it to be built with a range of compilers.
|
||||||
|
|
||||||
In this directory, create a directory called 'build', then switch to the command-line (Visual Studio users should open the Developer Command Prompt) and `cd` into it. After that, generate the files for your build system with:
|
In this directory, create a directory called 'build', then switch to the command-line (Visual Studio users should open the [Developer Command Prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)) and `cd` into it. After that, generate the files for your build system with:
|
||||||
|
|
||||||
```
|
```
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Add table
Reference in a new issue