I suggest adding something to your documentation about building and installing your tools. I'm familiar with ./configure && make && sudo make install, but I had to do a bit of research to get to that point. Usually there is a bootstrap script when the configure script is missing. I eventually ended up using "autoreconf -i" to generate the necessary files.
I suggest adding something to your documentation about building and installing your tools. I'm familiar with ./configure && make && sudo make install, but I had to do a bit of research to get to that point. Usually there is a bootstrap script when the configure script is missing. I eventually ended up using "autoreconf -i" to generate the necessary files.