From 6159c074dc5416fb3cb4895ddeb8a2f8aa24f614 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 24 Mar 2021 22:24:07 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 372a0c7..c9b6676 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,7 @@ 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* +*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...