netmask
netmask copied to clipboard
Missing INSTALL file
README says... "See the file INSTALL for building and installation instructions." Seems to be missing.
Update: The following works to compile on Ubuntu 20.04... ./autogen ./configure sudo apt-get install texinfo # I was missing makeinfo make
For os x install automake with brew install automake before