Added a note for Cygwin.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@70 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2006-04-27 17:55:26 +00:00
parent ba40a5844d
commit 63ee273cb0

View File

@ -14,3 +14,16 @@ You will need
bash bash
and possibly others and possibly others
CYGWIN Notes
You must have the directory mounted as binary, or the build will not succeed.
In the example below, /workspace is mounted as binary.
C:\cygwin\bin on /usr/bin type user (textmode)
C:\cygwin\lib on /usr/lib type user (textmode)
c:\workspace on /workspace type system (binmode)
C:\cygwin on / type user (textmode)
c: on /cygdrive/c type user (textmode,noumount)
n: on /cygdrive/n type user (textmode,noumount)