ofxFaceTracker2 icon indicating copy to clipboard operation
ofxFaceTracker2 copied to clipboard

adds windows static libraries for dlib19.7

Open schwittlick opened this issue 7 years ago • 1 comments

here you go! :)

i've added the static libs for debug and release this time.

i saw there's even 19.8 out, but I haven't checked whether that release has any more great features.. let me know if you need the libs for that version, too.

🌜 🌛

schwittlick avatar Jan 04 '18 05:01 schwittlick

This libs work nice with VS2017 debug mode. But it should follow oF's standard folder structure like below.

  • ofxFaceTracker2
    • libs
      • dlib
        • lib
          • vs
            • x64
              • Debug
              • Release
          • Win32
            • Debug
            • Release

See ofxOpenCV on your machine.

Also need to remove this line from addon_config.mk Since it hardcode Release.

https://github.com/HalfdanJ/ofxFaceTracker2/blob/4319ac7ab67decf412fe3e82da032d21503ee323/addon_config.mk#L94

Even without ADDON_LIBS parameter, if we follow folder structure above, PG is able to find Debug/Release libs automatically.

hiroMTB avatar Sep 18 '19 10:09 hiroMTB