From dec70d9f76689a5ad71c05816e85d59f9539fe00 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 19 Feb 2021 23:30:32 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 16033a8..8114962 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ used by Voyager into the edk2 folder inside of the Voyager folder. You should th Note you will need to install nasm and add it to your PATH system variable. This is detailed on `VisualUefi` repo. +``` +At first install NASM (https://www.nasm.us/) and check, that environment variable NASM_PREFIX is correctly set to NASM installation path. No other 3rd party tools are needed. + +Than you should be able to open the EDK-II.SLN file and build without any issues in either Visual Studio 2015 or 2017. WDK is not needed. + +Once the EDK-II libraries are built, you should be able to open the SAMPLES.SLN file and build the samples, which will create UefiApplication.efi, UefiDriver.efi, Cryptest.efi, and FtdiUsbSerialDxe.efi +``` + # HookChain - information and order of hooks...