Read this in other languages: English, 🇰🇷 한국어
1️⃣ Enter the command as shown below.
2️⃣ Using Mingw
mkdir build cd build cmake -G "MinGW Makefiles" ..\QXlsx\ mingw32-make
3️⃣ Using Linux/Mac/Unix
mkdir build cd build cmake -G "Unix Makefiles" ../QXlsx/ make