libhttpserver icon indicating copy to clipboard operation
libhttpserver copied to clipboard

INSTALL is obsolete

Open loup-vaillant-airbus opened this issue 1 year ago • 1 comments

The INSTALL file reads:

Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package.

But there is no ./configure script in the latest release! (I downloaded the tarball of course). And of course, those instruction differ from that of the README (and those instructions do work on my machine).

If you don't have time to update the INSTALL file, perhaps consider deleting it?

loup-vaillant-airbus avatar Mar 14 '24 09:03 loup-vaillant-airbus

The INSTALL file tells that you need to run make -f Makefile.cvs to generate the configure script.

Do you forget this step?

vuljormp avatar Aug 30 '24 02:08 vuljormp