tihmstar / img4tool

A tool for manipulating IMG4, IM4M and IM4P files
GNU Lesser General Public License v3.0
270 stars 105 forks source link

Can not compile img4 tool #23

Closed ahmed-alii closed 5 years ago

ahmed-alii commented 5 years ago

After cloning and adding submodules in git, When I try to run autogen I get the following:


Ahmeds-MacBook-Air:img4tool ahmed$ cd img4tool/

Ahmeds-MacBook-Air:img4tool ahmed$ ./autogen.sh 

./autogen.sh: line 3: aclocal: command not found

./autogen.sh: line 4: autoconf: command not found

./autogen.sh: line 5: autoheader: command not found

./autogen.sh: line 6: automake: command not found

./autogen.sh: line 7: autoreconf: command not found

./autogen.sh: line 8: ./configure: No such file or directory```
ahmed-alii commented 5 years ago

I did not have autoconf. resolved by running brew install autoconf