lfos / calcurse

A text-based calendar and scheduling application
https://calcurse.org
BSD 2-Clause "Simplified" License
990 stars 94 forks source link

How to make the program? #467

Closed gaurav-cheema closed 1 year ago

gaurav-cheema commented 1 year ago

I want to test a feature and just cloned the repo but no script files are working so i cant make the project.

➜ ./autogen.sh ./autogen.sh: 32: autopoint: not found ./autogen.sh: 39: aclocal: not found ./autogen.sh: 40: autoheader: not found ./autogen.sh: 41: automake: not found ./autogen.sh: 42: autoconf: not found

➜ ./configure.am ./configure.am: 4: Syntax error: word unexpected (expecting ")")

➜ ./Makefile.am ./Makefile.am: 1: foreign: not found ./Makefile.am: 3: ACLOCAL_AMFLAGS: not found ./Makefile.am: 5: SUBDIRS: not found ./Makefile.am: 21: Syntax error: end of file unexpected (expecting "then")

How do i get started on this?