User Tools

Site Tools


c:build:build-taglib-statically-on-windows-vs2017

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
c:build:build-taglib-statically-on-windows-vs2017 [2019/08/13 21:46] odeftac:build:build-taglib-statically-on-windows-vs2017 [2023/07/04 19:36] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
   - Install cmake for windows (https://cmake.org/download/) - x64. Installer will ask to add the cmake exe folder to the PATH variable - use this option   - Install cmake for windows (https://cmake.org/download/) - x64. Installer will ask to add the cmake exe folder to the PATH variable - use this option
-  - [[c:build:build-zlib-statically-on-windows-vs2017|Build zlib statically on Windows using Visual Studio 2017]] (it is needed by Taglib) +  - [[c:build:build-zlib-statically-on-windows-vs2017|Build zlib statically on Windows using Visual Studio 2017]] (it is needed by Taglib). In the below example we'll consider that the zlib folder is **D:\OpenSource\zlib** 
-  - Download [[https://taglib.org/releases/taglib-1.11.1.tar.gz|Taglib archive]] and extract it (ex D:\OpenSource\taglib)+  - Download [[https://taglib.org/releases/taglib-1.11.1.tar.gz|Taglib archive]] and extract it (ex **D:\OpenSource\taglib**)
   - Open 'Developer Command Prompt for VS 2017' console   - Open 'Developer Command Prompt for VS 2017' console
   - cd D:\OpenSource\taglib   - cd D:\OpenSource\taglib
Line 17: Line 17:
   - Set configuration on Debug win32   - Set configuration on Debug win32
   - Rebuild all solution   - Rebuild all solution
-  - Rebuild INSTALL solution. It will generate all files to D:\Taglib+  - Rebuild INSTALL solution. It will generate all files to **D:\Taglib**
  
 ===== Build release configuration ===== ===== Build release configuration =====
  
  
-  - Build debug VS2017 files+  - Build release VS2017 files
 <code> <code>
 cmake -DZLIB_INCLUDE_DIR=D:\OpenSource\zlib -DZLIB_LIBRARY=D:\OpenSource\zlib\zlib.lib -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DENABLE_STATIC_RUNTIME=ON -DWITH_ASF=ON -DWITH_MP4=ON -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=D:\Taglib . cmake -DZLIB_INCLUDE_DIR=D:\OpenSource\zlib -DZLIB_LIBRARY=D:\OpenSource\zlib\zlib.lib -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DENABLE_STATIC_RUNTIME=ON -DWITH_ASF=ON -DWITH_MP4=ON -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=D:\Taglib .
c/build/build-taglib-statically-on-windows-vs2017.1565721982.txt.gz · Last modified: 2023/07/04 19:36 (external edit)