Discussion:
[Community] Installing libspatialindex > RTree on OSX
David Fawcett
2013-04-04 02:06:53 UTC
Permalink
Can anyone point me to some basic instructions on how to get
libspatialindex installed on OSX (10.7) At this point, I have gcc
installed, but have avoided xcode. My ultimate goal is to get the RTree
Python module installed.

Thanks,

David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130403/be1cc5c7/attachment.htm>
Howard Butler
2013-04-04 03:39:20 UTC
Permalink
Homebrew.

brew install libspatialindex
Can anyone point me to some basic instructions on how to get libspatialindex installed on OSX (10.7) At this point, I have gcc installed, but have avoided xcode. My ultimate goal is to get the RTree Python module installed.
Thanks,
David.
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
David Fawcett
2013-04-05 01:04:47 UTC
Permalink
Howard,

Are you saying that Homebrew already has a formula for this lib, or do I
need to create my own package?

mbp:~ david$ brew install libspatialindex
Error: No available formula for libspatialindex

David.
Post by Howard Butler
Homebrew.
brew install libspatialindex
Post by David Fawcett
Can anyone point me to some basic instructions on how to get
libspatialindex installed on OSX (10.7) At this point, I have gcc
installed, but have avoided xcode. My ultimate goal is to get the RTree
Python module installed.
Post by David Fawcett
Thanks,
David.
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130404/b7d9dbcc/attachment.htm>
Norman Vine
2013-04-05 01:09:25 UTC
Permalink
I think Howard meant

brew spatialindex

https://github.com/mxcl/homebrew/blob/master/Library/Formula/spatialindex.rb

Norman
Post by David Fawcett
Howard,
Are you saying that Homebrew already has a formula for this lib, or do I need to create my own package?
mbp:~ david$ brew install libspatialindex
Error: No available formula for libspatialindex
David.
Homebrew.
brew install libspatialindex
Can anyone point me to some basic instructions on how to get libspatialindex installed on OSX (10.7) At this point, I have gcc installed, but have avoided xcode. My ultimate goal is to get the RTree Python module installed.
Thanks,
David.
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130404/44f0cf97/attachment.htm>
Norman Vine
2013-04-05 01:10:21 UTC
Permalink
er..

brew install spatialindex

:-)
Post by Norman Vine
I think Howard meant
brew spatialindex
https://github.com/mxcl/homebrew/blob/master/Library/Formula/spatialindex.rb
Norman
Post by David Fawcett
Howard,
Are you saying that Homebrew already has a formula for this lib, or do I need to create my own package?
mbp:~ david$ brew install libspatialindex
Error: No available formula for libspatialindex
David.
Homebrew.
brew install libspatialindex
Can anyone point me to some basic instructions on how to get libspatialindex installed on OSX (10.7) At this point, I have gcc installed, but have avoided xcode. My ultimate goal is to get the RTree Python module installed.
Thanks,
David.
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130404/e39e2e64/attachment.htm>
David Fawcett
2013-04-05 01:32:00 UTC
Permalink
Nice!

Thank you Norman and Howard. Worked well.
Post by Norman Vine
er..
brew install spatialindex
:-)
I think Howard meant
brew spatialindex
https://github.com/mxcl/homebrew/blob/master/Library/Formula/spatialindex.rb
Norman
Howard,
Are you saying that Homebrew already has a formula for this lib, or do I
need to create my own package?
mbp:~ david$ brew install libspatialindex
Error: No available formula for libspatialindex
David.
Post by Howard Butler
Homebrew.
brew install libspatialindex
Post by David Fawcett
Can anyone point me to some basic instructions on how to get
libspatialindex installed on OSX (10.7) At this point, I have gcc
installed, but have avoided xcode. My ultimate goal is to get the RTree
Python module installed.
Post by David Fawcett
Thanks,
David.
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
Community at lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20130404/67b2d9d3/attachment.htm>
Loading...