-
Notifications
You must be signed in to change notification settings - Fork 17
Building on Windows
RJ edited this page Sep 13, 2010
·
3 revisions
- Install cmake from cmake.org
- Install visual studio (free express edition or whatever)
- Download taglib source
- cd into taglibsrc, make “build” dir, cd to that.
- do cmake —help and note the correct generator
- cmake.exe -G “Visual Studio 9 2008” ..
- open the VS solution (taglib.sln) it makes with visual studio (found in your build dir)
- change from debug to release
- F7 to build solution
- resulting files are in build/taglib/Release dir
- Use the solution in playdar_modules/library/priv/taglib_scanner
- it #defined WIN32, links to tag.lib and adds various taglib include paths.
- assumes c:\playdar-core and c:\taglib-1.6.1 – adjust paths accordingly.