This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help to install the gcc compiler on Windows...I'm using a MacBook Pro (Bootcamp)


If you have windows 10, you can just use a distribution gcc.

https://docs.microsoft.com/en-us/windows/wsl/install-win10

Basically just do:

1. Open powershell terminal as administrator

|Enable-WindowsOptionalFeature-Online-FeatureName Microsoft-Windows-Subsystem-Linux

2. From microsoft store install linux distribution of choice, e.g. ubuntu 18.04

3. Open command shell (cmd.exe)
|
|ubuntu1804
apt install gcc


|
On 07/07/2018 11:49 AM, Falde Ettore wrote:
Hi,
I’m a student and I need a little help to install the gcc compiler...
Now what I did was:
- downloading MinGW
- open the sistem on Windows
- click on advance system settings
- environmental variables
- copy the “route” of bin MinGW on path and PSModulePath (this one because I’m using bootcamp)

Now I don’t know what else I have to do to let DevC++ work…please I need an help.

Thaks.


Inviato da Posta per Windows 10



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]