ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.25k stars 303 forks source link

Porting to osx - help needed #14

Closed ilektrojohn closed 10 years ago

ilektrojohn commented 13 years ago

Hi guys,

I need some help porting/packaging creepy to osx. It would require basically a setup of http://gtk-osx.sourceforge.net/ , and all the python libraries mentioned in the INSTALL/README file and some experimentation with bundling the application.

alco commented 13 years ago

So, you'd like to have a script that, given the required dependencies, would package the whole thing into an application bundle?

ilektrojohn commented 13 years ago

Actually I don't need a turnkey solution. I need someone with access to a Mac who can work with me in going through the aforementioned steps with the final purpose of creating an application bundle for osx

alco commented 13 years ago

The project has lots of dependencies. I've managed to install almost all of them with the exception of gtk. I've installed it via Homebrew, but then there's also pygobject which in turn depends on some gobject-introspection-1.0. The only source of the latter one I've found is supposedly tailored specifically for Linux. Its configure fails with the message ffi.h not found.

Maybe I'll give it another try next weekend.

djohnston08 commented 12 years ago

Still need some assistance with this? I've wanted to contribute for a long time but have never had the time. If so, let me know and I'll be glad to start trying to help where I can with some research on this.