bltzr / ofxOscQuery

ofx Addon for OSCQuery support
Other
14 stars 3 forks source link

libossia not included in release #4

Closed alexdmiller closed 4 years ago

alexdmiller commented 4 years ago

The README states

A compiled version of libossia is included in the release.

However, after pulling the repo and attempting to include the addon in an OF project, I see the following error:

'ossia-cpp98.hpp' file not found

Upon inspection of the ofxOscQuery repo, I see no libossia headers or binaries. Am I missing something? Thanks!

bltzr commented 4 years ago

Hi @alexdmiller !

The installation is supposed to be similar to any other ofAddon's installation, and should be a no-brainer:

As you can see in the screenshot below, the header is supposed to be there, and the lib for each of the supported OSs as well...

image

However, as you mention, the lib is not included in the repo, because, each implementation depends on one particular version of libossia - it should work with later versions, but we know how this goes with FLOSS... So, the safest option, if you want to use the repo, is to copy the folders from the release into your repo, and to work from there.

Does that help ?

alexdmiller commented 4 years ago

Whoops, I just totally missed the "releases" tab. I submitted a small PR to add instructions for dummies like me to the README. Thanks a lot!

bltzr commented 4 years ago

Thanks for this @alexdmiller !!