This commit is contained in:
shadlyd15 2022-05-07 21:59:45 +02:00
parent abb34c0b2b
commit 8e5a427bab

View File

@ -25,9 +25,9 @@ Here is a guide you can follow for more details on how to compile and install gn
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
INCDIR = /usr/local/include
LIBDIR = /usr/local/lib
EFILIB = /usr/local/lib
```
# NesUEFI on qemu :