We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
configure
./configure.ac
How can I install this on my machine (GNU/Linux)?
The text was updated successfully, but these errors were encountered:
Ensure you've installed automake (apt-get install automake) Run ./autogen.sh Then run ./configure VARNISHSRC=<your-path> VMODDIR=<your-path>
automake
./autogen.sh
./configure VARNISHSRC=<your-path> VMODDIR=<your-path>
Sorry, something went wrong.
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
Merge pull request navneetkumar#1 from irfn/master
0f1bc43
implement region lookup
No branches or pull requests
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)?
The text was updated successfully, but these errors were encountered: