- Open the Start menu
- Search for "Turn Windows features on or off"
- Open the Windows Store and search for Ubuntu
- Open Ubuntu bash from the Windows start menu
- First you need to update by running this command:
sudo apt update && sudo apt upgrade
, it will take some time to finish this - Enter the following command in the terminal:
sudo apt install g++ make
- Enter your password if needed, then press
y
andenter
to begin installing g++ and make - You should have a windows like this:
- When it's finished installing, you can test the programs by typing
g++ -v
andmake -v
, it should look similar to this:
- First you need to update by running this command:
- You're all setup now!