biovault / HDILib

HDILib is a library for the scalable analysis of large and high-dimensional data.
MIT License
6 stars 3 forks source link

Clarify that the packaged build has shared:False #4

Open bldrvnlw opened 4 years ago

bldrvnlw commented 4 years ago

The HDILib package comprises 3 .lib/.a files (depending on OS) not a shared library. This is created by building with option shared:False.

The current setup of build.py is confusing in this regard, it looks like the default is shared:True but this does not link (due to OpenGL functions)

Also update the readme to show this.