CGAL/cgal

libCGAL.so is missing

Closed this issue · 5 comments

libcgal.so is missing from bookworm and buster too

Need to know what the latest version with the libraries source code is and compiled version, please

Environment

Debian 12 g++ Linux

CGAL is a header only library. Only headers are provided.

CGAL is an open source project using the GPL-3 license, but as you mention it is also available under a commercial license if you cannot compile with the terms of the GPL. So there is nothing different in the commercial and the open source license. About the header only, maybe the wikipedia definition here will be helpful:

In the context of the C or C++ programming languages, a library is called header-only if the full definitions of all macros, functions and classes comprising the library are visible to the compiler in a header file form.[1] Header-only libraries do not need to be separately compiled, packaged and installed in order to be used. All that is required is to point the compiler at the location of the headers, and then #include the header files into the application source.

Again, there is nothing to pay to see the code, it is entirely on github, That is only using the library in a non open source context that requires a commercial license. If you are developing a closed source product, you can get in touch with GeometryFactory using contact@geometryfactory.com but again you won't get more code than the one that is currently on github.