- The solution is generated with CMAKE.
- After cloning this repository:
cd CppApp
. - Execute
.\configure_win.bat
which will invoke CMAKE to create the VS2022 solution. - The solution will be available as
.\build\ScriptEvent_Transpiler.sln
. - In VS2022 compile for Debug or Release.
- For convenience, the build steps will automatically create:
ScriptEvent_Transpiler_Release.exe
orScriptEvent_Transpiler_Debug.exe
under the root GIT folder of theScriptEvent_Transpiler
repository.
- Install JDK17
- (Windows) The generated source files can be recreated by running
.\regenerate_antlr.bat
script undersource
folder, it will regenerate the files undersource/generated
.