efivim
efivim copied to clipboard
EFI Vim dependencies
I successfully built EFI Vim on a fresh Ubuntu 18.04 install (here's a binary for x64: link)
I had to install the following packages:
git
build-essentials
gcc-5
uuid-dev
python
nasm
I also set GCC 5 as the default compiler following this guide
I wasn't able to build it on Arch Linux as Edk2 didn't like GCC 8.
Opening this issue so you can keep track of the deps and put them somewhere.