bash: ./configure: No such file or directory

Issue #24 resolved
Bertrand Provost created an issue

Hi,

Just a missing in documentation.

In README the line to run bootstrap seem to be missing , so configure is not here and can't build Monit from scratch using the documentation

It should be something like it:

#!

bash bootstrap
./configure
make
make install

Comments (5)

  1. Tildeslash repo owner

    What u see in the repo is not what is distributed. It is true that ./bootstrap must be executed first when building from repo, but then we do 'configure && make dist' to build the dist w/ configure. We'll add a note in Readme.md

  2. Log in to comment