Closed cloudlakecho closed 2 years ago
So I attempted to build Gil
From the README.md
: "The Boost Generic Image Library (GIL) is a C++11 header-only library",
As the README.md
points out, CMake is dedicated for contributors only. If you wish to contribute, you need to read the warning(s) and instructions in the CONTRIBUTING.md
.
@mloskot Thanks for indication in the Read Me file. I actually read it but I still thought I had to compile the Boost Git for using it.
To be clarify "the head only" meaning we don't have to link against binaries because the whole code of the library is contained in headers. The code will be compiled when we include them in the project. Is correct?
@cloudlakecho yes
Thanks for reading my issue during installation.
I found the Boost Gil tool recently and tried to use it (to escape from the OpenCV tool ;) ).
So I attempted to build Gil (by cloning the repository master branch) with these command lines:
Actual behavior
but I face these errors:
output
Expected behavior
Build Success
C++ Minimal Working Example
None because this is from installation.
Environment
<boost/version.hpp>
): Boost 1.72.0 (I actually installed 1.78 but 1.72.0 showing fromcmake ..
)It looks like I miss something. Please let me know, thanks.