From 8558b220e67086274281eca835ae717205da2062 Mon Sep 17 00:00:00 2001 From: Zhuowei Zhang Date: Thu, 21 Feb 2019 17:13:59 -0800 Subject: [PATCH] Add README and gitignore --- .gitignore | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6bf7c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +workspace diff --git a/README.md b/README.md new file mode 100644 index 0000000..1080e83 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ + +18.04: + +``` +sudo apt install build-essential uuid-dev iasl git nasm python3-distutils +``` + +https://github.com/tianocore/tianocore.github.io/wiki/Using-EDK-II-with-Native-GCC#Install_required_software_from_apt