calendar
calendar copied to clipboard
How to install? ./configure is not present
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!)
If you just cloned the repo, you need to run autoconf once before ./configure.
Well okay, but it should be added on the documentation, if possible. Especially if it's a one-step easy process! Thanks in advance.
The next step is just make but Makefile is not present, even after autoconf and ./configure...