Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1 KB

Setting.md

File metadata and controls

35 lines (23 loc) · 1 KB

Setting for Qlibxlsxwriter

Settings for Linux

  • Install programs
    • gcc and essential build tool
    • zlib for development
    • Qt 5

Settings for MingW with Qt5

  • No more setup is required.

Settings for MSYS2 with Qt5

  • Install the dev tools for libxlsxwriter.
pacman -S mingw-w64-x86_64-toolchain git gcc make zlib-devel

Settings for Visual Studio 2017 with Qt5

  1. 'Qt VS Tools' / 'Open Qt Project File (*.pro)'

  2. Save *.sln and *.vcxproj

  3. 'Tools' / 'NuGet Package Manager' / 'Package Manager Console'

  4. Type 'Install-Package zlib-msvc-x64 -Version 1.2.11.8900' in 'Package Manager Console'. (INSTALL ZLIB-DEV)

  5. Build project