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
Could you add installation Wiki?
The text was updated successfully, but these errors were encountered:
this worked for me
git clone https://github.com/eelpie/common-geo-model cd common-geo-model/ mvn clean install cd .. git clone https://github.com/eelpie/common-views.git cd common-views/ mkdir -p lib cp ../common-geo-model/target/.jar lib/ mvn clean install cd .. git clone https://github.com/tonytw1/nominatim-ac.git mkdir -p lib cp ../common-geo-model/target/.jar lib/ cp ../common-views/target/*.jar lib/ mvn clean install
Sorry, something went wrong.
tonytw1
No branches or pull requests
Could you add installation Wiki?
The text was updated successfully, but these errors were encountered: