Page 1 of 1

Creating a new Programming Environment

PostPosted: 16 Jan 2023, 22:36
by etphonehome
Hi

Following Droll66's intructions and some trial an error, i installed 3 working environments in 3 different computers.

I think this were the step it took me.

I just create this topic for future reference or to create a future tutorial.

Open Windows Powershell in admin mode
Type:
wsl --install
Restart System
Install Ubuntu 20.04.5 LTS and follow prompts to set up
Uninstall Non LTS Ubuntu (OPTIONAL, but I think this version gives me errors when trying to compile using it)
Open the Ubuntu LTS app
Follow the setup steps (create a username and sudo password)
Run the following:
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install gcc-mingw-w64
sudo apt-get install g++-mingw-w64-i686
sudo apt install make