mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Fixed a little grammar.
This commit is contained in:
parent
c1d0ce55dd
commit
92de7a9d57
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ is the best choice to get started.
|
|||
<h3>Windows</h3>
|
||||
<p>For windows, MinGW and Cygwin are the two main platform choices for acquiring the GNU toolchain.
|
||||
It is important to understand the difference between them.
|
||||
Cygwin produces executables that use the Cygwin POSIX runtime. Note this runtime is GPL licensed.
|
||||
Cygwin produces executables that use the Cygwin POSIX runtime. Note that this runtime is GPL licensed.
|
||||
MinGW produces native Windows executables that do not require a separate runtime.</p>
|
||||
<ul>
|
||||
<li><p>For <strong>MinGW</strong>, the recommended method to get the toolchain is to install it
|
||||
|
|
Loading…
Add table
Reference in a new issue