netmask icon indicating copy to clipboard operation
netmask copied to clipboard

Missing INSTALL file

Open 3xplus1 opened this issue 5 years ago • 1 comments

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

3xplus1 avatar Sep 03 '20 13:09 3xplus1

For os x install automake with brew install automake before

empi89 avatar Dec 09 '20 20:12 empi89