-
Notifications
You must be signed in to change notification settings - Fork 0
How to run
Mohamed Hassan (JOHN) edited this page Jan 23, 2025
·
16 revisions

-
Clone this
repository. -
PRE-CONDITION:- Run this tool on a clean directory where you did not run it before to avoid issues in creating the project's skeleton twice.
- Add the
bindirectory of MinGW Compiler in system-path, so you can use this command-line tool properly ofg++.
-
Run the below commands from CMD inside the project's root directory:
g++ main.cpp -o <EXECUTABLE_NAME>
<EXECUTABLE_NAME> -project-name=<value> -component-purpose=<value> -output-directory=%cd%