mirror of
https://github.com/shadlyd15/NesUEFI
synced 2024-11-24 05:39:42 +03:00
compile_guide.md added
This commit is contained in:
parent
3dcce7e5b8
commit
47a1baee30
10
README.md
10
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 :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user