未验证 提交 802e2edd 编写于 作者: D dakanji 提交者: GitHub

Docs: Further optimise recommended build cmds (#109)

上级 ad2f37be
...@@ -601,9 +601,10 @@ The latest Xcode version is recommended for use despite the toolchain name. Exam ...@@ -601,9 +601,10 @@ The latest Xcode version is recommended for use despite the toolchain name. Exam
command sequence may look as follows: command sequence may look as follows:
\begin{lstlisting}[caption=Compilation Commands, label=compile, style=ocbash] \begin{lstlisting}[caption=Compilation Commands, label=compile, style=ocbash]
git clone --recursive --depth=1 https://github.com/acidanthera/audk UDK git clone --depth=1 https://github.com/acidanthera/audk UDK
cd UDK cd UDK
git clone https://github.com/acidanthera/OpenCorePkg git submodule update --init --recommend-shallow
git clone --depth=1 https://github.com/acidanthera/OpenCorePkg
source edksetup.sh source edksetup.sh
make -C BaseTools make -C BaseTools
build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册