Menu

How to use dlib without compilation every time like in Opencv

Tamer N
2015-07-02
2015-07-02
  • Tamer N

    Tamer N - 2015-07-02

    Hello Mr.Davis thank you for dlib library, it realy simplifies my life,

    I want to ask about dlib library. How can I make it work like opencv, I mean in Opencv after cmake there are compiled lib (.a, .so, .dll) files and include .h files, no need recompile every time all code. In dlib I cmake it I get libdib.a file then include it to library but I don't know how to include .h files without recompilation all library, when I include /dlib/all/source.cpp it takes a lot of time to build. Is there any way to do that, may be I need to include not all .h files.

    Thanks.

     
    • Davis

      Davis - 2015-07-02

      These issues are not dlib specific, but rather general questions about
      setting up a C++ build environment. The best thing to do is read a book on
      C++ programming. I have some suggestions here: http://dlib.net/books.html

       

Log in to post a comment.