Skip to content

Commit

Permalink
Docs: Address submodule issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jan 8, 2023
1 parent 42649a9 commit a74e12d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/Configuration.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cbb9e85dbedf98f2284cdcbe19bbf4c8
32a9068c12dd2418920da6e0b992c8d9
Binary file modified Docs/Configuration.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions Docs/Configuration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ \subsection{Contribution}\label{configuration-comp}
git clone --depth=1 https://github.com/acidanthera/audk UDK
cd UDK
git submodule update --init --recommend-shallow
rm -rf OpenCorePkg
git clone --depth=1 https://github.com/acidanthera/OpenCorePkg
. ./edksetup.sh
make -C BaseTools
Expand Down
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
7 changes: 5 additions & 2 deletions Docs/Differences/Differences.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Mon Jan 2 20:13:00 2023
%DIF ADD ../Configuration.tex Sat Jan 7 21:27:37 2023
%DIF ADD ../Configuration.tex Sun Jan 8 15:18:30 2023

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -723,15 +723,18 @@ \subsection{Contribution}\label{configuration-comp}
The latest Xcode version is recommended for use despite the toolchain name.
An example command sequence is as follows:

\begin{lstlisting}[caption=Compilation Commands, label=compile, style=ocbash]
\DIFmodbegin
\begin{lstlisting}[caption=Compilation Commands, label=compile, style=ocbash,alsolanguage=DIFcode]
git clone --depth=1 https://github.com/acidanthera/audk UDK
cd UDK
git submodule update --init --recommend-shallow
%DIF > rm -rf OpenCorePkg
git clone --depth=1 https://github.com/acidanthera/OpenCorePkg
. ./edksetup.sh
make -C BaseTools
build -a X64 -b RELEASE -t XCODE5 -p OpenCorePkg/OpenCorePkg.dsc
\end{lstlisting}
\DIFmodend

For IDE usage Xcode projects are available in the root of the repositories. Another
approach could be using \href{https://microsoft.github.io/language-server-protocol}{Language Server Protocols}. For example, \href{https://www.sublimetext.com}{Sublime Text} with
Expand Down
Binary file modified Docs/Errata/Errata.pdf
Binary file not shown.

0 comments on commit a74e12d

Please sign in to comment.