efivim icon indicating copy to clipboard operation
efivim copied to clipboard

EFI Vim dependencies

Open depau opened this issue 7 years ago • 0 comments

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.

depau avatar Aug 25 '18 18:08 depau