Open mexitek opened 12 years ago
Ensure you've installed automake
(apt-get install automake)
Run ./autogen.sh
Then run ./configure VARNISHSRC=<your-path> VMODDIR=<your-path>
Awesome, this would have saved me a lot of time. Maybe this should be added to the readme file.
I ended up using the C Library straight up. https://gist.github.com/1487597
I am trying to follow the readme, but there is no
configure
file in directory. I tried to run./configure.ac
, but that doesn't work.How can I install this on my machine (GNU/Linux)?