mirror of https://github.com/acidanthera/audk.git
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:
parent
ba40a5844d
commit
63ee273cb0
|
@ -14,3 +14,16 @@ You will need
|
|||
bash
|
||||
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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue