ALITS Installation Proces StepbyStep
ALITS Installation Proces StepbyStep
1. Create one Hacker Rank account.(Fill the username and password details in google doc)
2. Install visual Studio code.
3. Install C/C++ extension for VS Code
4. Install MinGW-w64 toolchain
Prerequisites
2. Install the C/C++ extension for VS Code. You can install the C/C++ extension by searching for
'C++' in the Extensions view (Ctrl+Shift+X).
1. You can download the latest installer from the MSYS2 page or use this direct link to the
installer.
2. Run the installer and follow the steps of the installation wizard. Note that MSYS2 requires 64
bit Windows 8.1 or newer.
3. In the wizard, choose your desired Installation Folder. Record this directory for later. In most
cases, the recommended directory is acceptable. The same applies when you get to setting
the start menu shortcuts step. When complete, ensure the Run MSYS2 now box is checked
and select Finish. This will open a MSYS2 terminal window for you.
4. In this terminal, install the MinGW-w64 toolchain by running the following command:
2. Add the path of your MinGW-w64 bin folder to the Windows PATH environment variable by
using the following steps:
1. In the Windows search bar, type Settings to open your Windows Settings.
3. In your User variables, select the Path variable and then select Edit.
4. Select New and add the MinGW-w64 destination folder you recorded during the
installation process to the list. If you used the default settings above, then this will be
the path: C:\msys64\ucrt64\bin.
5. Select OK, and then select OK again in the Environment Variables window to update
the PATH environment variable. You have to reopen any console windows for the
updated PATH environment variable to be available