mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Fix/clarify a few coments.
This commit is contained in:
@@ -63,7 +63,7 @@ config WINDOWS_CYGWIN
|
|||||||
/cygdrive/c/Program Files)
|
/cygdrive/c/Program Files)
|
||||||
|
|
||||||
config WINDOWS_UBUNTU
|
config WINDOWS_UBUNTU
|
||||||
bool "Ubuntu under Windows10"
|
bool "Ubuntu under Windows 10"
|
||||||
---help---
|
---help---
|
||||||
Build natively in an Unbuntu shell under Windoes 10 environment with
|
Build natively in an Unbuntu shell under Windoes 10 environment with
|
||||||
POSIX style paths (like /mnt/c/Program Files)
|
POSIX style paths (like /mnt/c/Program Files)
|
||||||
|
|||||||
+4
-4
@@ -56,10 +56,10 @@ ENVIRONMENTS
|
|||||||
- Ubuntu/bash shell under Windows 10. This is a new option under
|
- Ubuntu/bash shell under Windows 10. This is a new option under
|
||||||
Windows 10. See the section "Ubuntu Bash under Windows 10" below.
|
Windows 10. See the section "Ubuntu Bash under Windows 10" below.
|
||||||
This is an improvement over Cygwin if your concern is compile time;
|
This is an improvement over Cygwin if your concern is compile time;
|
||||||
its build performance is comparable to native Linux. It also installs
|
its build performance is comparable to native Linux, certainly better
|
||||||
in a tiny fraction of the time as Cygwin, perhaps 20 minutes for
|
than the Cygwin build time. It also installs in a tiny fraction of
|
||||||
the basic Ubuntu install (vs. more than a day for the complete Cygwin
|
the time as Cygwin, perhaps 20 minutes for the basic Ubuntu install
|
||||||
install).
|
(vs. more than a day for the complete Cygwin install).
|
||||||
|
|
||||||
- The MSYS environment. I have no experience using the MSYS environment
|
- The MSYS environment. I have no experience using the MSYS environment
|
||||||
and that configuration will not be discussed in this README file.
|
and that configuration will not be discussed in this README file.
|
||||||
|
|||||||
Reference in New Issue
Block a user