Version 7 vs 8
Version 7 vs 8
Edits
Edits
- Edit by lanle, Version 8
- Jul 30 2018 3:38 PM
- Edit by lanle, Version 7
- Jul 30 2018 3:36 PM
- ·Redid the guide: Zach and I created an installer that had Cygwin along with OpenSSH, curl, wget, ... Students will just need to download the .NSI file and execute the installer. Finally, they'll just need to run the "alias" command to use 'gcc' correctly.
« Previous Change | Next Change » |
Edit Older Version 7... | Edit Older Version 8... |
Content Changes
Content Changes
== Using Cygwin64 Terminal
1. First, download the file.
{F1944}
2. Paste the following command in the Cygwin Terminal.
```lang=bash
echo "alias gcc=\"x86_64-w64-mingw32-gcc.exe --std=c99\"" > ~/.profile
```
== Using Cygwin64 Terminal
1. First, download the file and complete the installer.
{F1944}
2. Paste the following command in the Cygwin Terminal.
```lang=bash
echo "alias gcc=\"x86_64-w64-mingw32-gcc.exe --std=c99\"" > ~/.profile
```
== Using Cygwin64 Terminal
1. First, download the file and complete the installer.
{F1944}
2. Paste the following command in the Cygwin Terminal.
```lang=bash
echo "alias gcc=\"x86_64-w64-mingw32-gcc.exe --std=c99\"" > ~/.profile
```