Windows

Installing boost on Windows 10

This is for boost 1.75.0. I’m using Visual Studio 2019. Download https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.zip Extract boost_1_75_0.zip to C:\ (adds a folder named boost_1_75_0) Open x64 Native Tools Command Prompt for Visual Studio 2019 and run the following commands… cd boost_1_75_0bootstrap.bat.\b2

Installing boost on Windows 10 Read More »

Building Qt5 for Windows 10

These notes were originally adapted from the information provided at this link: https://wiki.qt.io/Building_Qt_5_from_Git and focus on Windows 10, Visual Studio 2019 (64 bit), Qt v5.15.X and some nuances and issues encountered. They have also evolved as I’ve needed to come back and refer to them (or have discovered changes in the Qt scripts). Setup build tools

Building Qt5 for Windows 10 Read More »