Compiling - Steelhead-Games/CharmQuarkEngine-wiki GitHub Wiki
Requirements
- Visual Studio 2022
- Import the
default.vsconfig
that lies at the root of the project. Steps on how to import .vsconfig
files can be found here.
Installation steps (for Windows)
.\get_submodules.bat
- Go to the
Samples
folder and choose any available sample
.\generate_vs2022.bat
.\cmake_output\build_win64\SampleName.sln
How to launch the project
- Install the Smart Command Line Arguments extension for Visual Studio. It will help you, believe me
- Use the command line arguments in order to launch the project properly
List of helpful command line Arguments
-project_root=/path/to/sample/root
(mandatory) is used to set a project root
-wfd
(optional) is to wait for the debugger to attach to the process before continuing
List of useful buttons in Debug build
F2
to reload game scripts