taglib on windows.

This commit is contained in:
2026-04-07 14:09:13 +02:00
parent 18803c36f1
commit a3119a2444
2 changed files with 17 additions and 0 deletions

BIN
lib/windows-x86_64.zip Normal file

Binary file not shown.

17
src/Building Win32.txt Normal file
View File

@@ -0,0 +1,17 @@
Building for Win32.
Extract the taglib sources.
Add this in CMakeLists.txt:
set(ZLIB_LIBRARY "c:/devel/libraries/nwin64/lib/zlib.lib")
set(ZLIB_INCLUDE_DIR "c:/devel/libraries/nwin64/include")
set(BUILD_TESTING OFF)
set(BUILD_SHARED_LIBS ON)
Or any place you have zlib.lib stored.
Copy the shared libraries to ../lib/windows_<arch>/