From 47a1baee30585ae5bd0dc45ec55b8c74153605da Mon Sep 17 00:00:00 2001 From: shadlyd15 Date: Sat, 7 May 2022 22:50:57 +0200 Subject: [PATCH] compile_guide.md added --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5fbe899..f5a48ab 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ Go to gnu-efi source folder ## Compile NesUEFI Change the following macros in makefile to locate GNU-EFI **libraries** and **headers** installed on the previous step. - ```makefile - INCDIR = /usr/local/include - LIBDIR = /usr/local/lib - EFILIB = /usr/local/lib - ``` +```makefile + INCDIR = /usr/local/include + LIBDIR = /usr/local/lib + EFILIB = /usr/local/lib +``` # NesUEFI on qemu :