Metabolix / HackBGRT

Windows boot logo changer for UEFI systems
MIT License
2.22k stars 239 forks source link

How to compile it myself #146

Closed starzc-galaxy closed 11 months ago

starzc-galaxy commented 11 months ago

apt-get install gnu-efi

src/config.h:3:10: fatal error: efi.h: 没有那个文件或目录

3 | #include <efi.h>

  |          ^~~~~~~

compilation terminated.

where is efi.h file

Metabolix commented 11 months ago

It uses a mingw cross compiler. You need to build gnu-efi with the cross compiler too.

Metabolix commented 9 months ago

Now it compiles with Clang, feel free to try the newest git version.