Building OG vi on Big Sur
- Make sure developer tools are installed.
- Get the source from Freshmeat.
- Run
tar xvfj ex-050325.tar.bz2 && cd ex-050325
. - Add
include <sys/ioctl.h>
to fileex.h
. - Run the following:
make install INSTALL=/usr/bin/install \
PREFIX=${HOME}/.local/ \