cglm icon indicating copy to clipboard operation
cglm copied to clipboard

Trouble Installing

Open Thak676 opened this issue 7 years ago • 2 comments

I am trying to install on a different machine now (mac). When I run sh autogen.sh, I get the following:

autogen.sh: line 20: autoheader: command not found autogen.sh: line 21: libtoolize: command not found autogen.sh: line 22: aclocal: command not found autogen.sh: line 23: autoconf: command not found autogen.sh: line 24: automake: command not found

Thak676 avatar Mar 26 '18 22:03 Thak676

Fixed.

I did brew install autoconf automake libtool and then it worked. Sorry if this was obvious.

Thak676 avatar Mar 26 '18 22:03 Thak676

Yes, autotools (automake, autoconf, libtool...) must be installed before run build scripts for autotools. Maybe I should update README about how to install autotools

recp avatar Mar 27 '18 07:03 recp