-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
Need installation instructions #9
Comments
Copy/paste the example files you want to try to the |
Nope, doesn't work
And even if it did (or if you are supposed to copy and paste the example file somewhere other than |
If you mean the parent _of_
|
It would be good to have it work without need for Composer and especially without need for PEAR. |
https://github.com/pear/Net_URL2 copy Net folder. all required libs available in pear root directory |
How is one supposed to figure out how the hell to get the included examples to work?
I have installed composer and run composer.phar install, but nothing works out of the box. OpenStreetMap.php itself has some hard-coded require() calls to libraries installed via composer; even removing those and including the autoloader generated by composer (in the vendor folder) produces other require() errors coming from the libraries themselves (e.g.
equire_once(Net/URL2.php): failed to open stream: No such file or directory in /..../examples/vendor/pear/http_request2/HTTP/Request2.php
)So either the composer package information is screwed up, or some instructions are needed in order to set up Services_Openstreetmap properly.
The text was updated successfully, but these errors were encountered: