Skip to content

adds windows static libraries for dlib19.7#35

Open
schwittlick wants to merge 1 commit intoHalfdanJ:masterfrom
schwittlick:19.7
Open

adds windows static libraries for dlib19.7#35
schwittlick wants to merge 1 commit intoHalfdanJ:masterfrom
schwittlick:19.7

Conversation

@schwittlick
Copy link
Copy Markdown
Contributor

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.

🌜 🌛

@hiroMTB
Copy link
Copy Markdown

hiroMTB commented Sep 18, 2019

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.

ADDON_LIBS = libs/dlib/lib/win/Release/dlib.lib

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants