Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds windows static libraries for dlib19.7 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schwittlick
Copy link
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

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