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
Most of the links on the website for installation are down or don't work with 3.6.2 which doesn't include PHP bindings by default.
If someone comes by this, here are instructions that work (from here):
curl -s -O http://download.osgeo.org/geos/geos-3.6.1.tar.bz2 && tar -xjvf geos-3.6.1.tar.bz2 && cd geos-3.6.1/ && ./configure --enable-php && make && make install && cd .. ldconfig curl -s -O https://git.osgeo.org/gogs/geos/php-geos/archive/master.tar.gz && tar -zxvf master.tar.gz && cd php-geos && ./autogen.sh && ./configure && make && make install && cd .. &&
curl -s -O http://download.osgeo.org/geos/geos-3.6.1.tar.bz2 && tar -xjvf geos-3.6.1.tar.bz2 && cd geos-3.6.1/ && ./configure --enable-php && make && make install && cd ..
ldconfig
curl -s -O https://git.osgeo.org/gogs/geos/php-geos/archive/master.tar.gz && tar -zxvf master.tar.gz && cd php-geos && ./autogen.sh && ./configure && make && make install && cd .. &&
The text was updated successfully, but these errors were encountered:
The link for the second file has changed and the curl command fails. New url https://git.osgeo.org/gitea/geos/php-geos/archive/master.tar.gz
Sorry, something went wrong.
No branches or pull requests
Most of the links on the website for installation are down or don't work with 3.6.2 which doesn't include PHP bindings by default.
If someone comes by this, here are instructions that work (from here):
The text was updated successfully, but these errors were encountered: