sadaszewski / concaveman-cpp

C++ port of mapbox's JS concaveman, with a Python wrapper
BSD 2-Clause "Simplified" License
151 stars 40 forks source link

Magic String #1

Closed jackdh closed 5 years ago

jackdh commented 5 years ago

Hey I'm trying to run this but it's missing the file:

/Users/sadaszewski/Documents/workspace/concaveman-cpp/src/main/cpp/libconcaveman.so

sadaszewski commented 5 years ago

Hi Jack,

You need to compile concaveman.cpp and provide the path to the resulting .so file instead of the hard-coded /Users/sadaszewski/...etc... Hope this helps. If not, please let me know and I will try to assist you further.

Best regards,

-- Stanislaw

On Mon, 13 May 2019 at 17:54, Jack notifications@github.com wrote:

Hey I'm trying to run this but it's missing the file:

/Users/sadaszewski/Documents/workspace/concaveman-cpp/src/main/cpp/libconcaveman.so

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sadaszewski/concaveman-cpp/issues/1?email_source=notifications&email_token=AAKQRXJSRSN6WPETPPVWTWTPVGFJRA5CNFSM4HMRF7YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GTO5CVQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKQRXP22A4L7ZO5US27CSTPVGFJRANCNFSM4HMRF7YA .

jackdh commented 5 years ago

@sadaszewski would it be possible for you to provide a link to a precompiled version? As people looking for the python version such as myself are unlikely to have C setup ready to compile.

It would be a big help!