compile_guide.md added

This commit is contained in:
shadlyd15 2022-05-07 22:50:57 +02:00
parent 3dcce7e5b8
commit 47a1baee30

View File

@ -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 :