calendar icon indicating copy to clipboard operation
calendar copied to clipboard

How to install? ./configure is not present

Open Naereen opened this issue 4 years ago • 3 comments

Hi, I just tried to download & install this library, but the first step of the documentation is already not direct:

$ ./configure
bash: ./configure: Aucun fichier ou dossier de ce type

Thanks in advance! (I could probably find on my own how to proceed, but the documentation should be improved, if possible!)

Naereen avatar Feb 01 '21 20:02 Naereen

If you just cloned the repo, you need to run autoconf once before ./configure.

signoles avatar Feb 02 '21 08:02 signoles

Well okay, but it should be added on the documentation, if possible. Especially if it's a one-step easy process! Thanks in advance.

Naereen avatar Feb 02 '21 09:02 Naereen

The next step is just make but Makefile is not present, even after autoconf and ./configure...

Naereen avatar Feb 02 '21 09:02 Naereen