Skip to content

Instantly share code, notes, and snippets.

View tomasmark79's full-sized avatar
©️

Tomáš Mark tomasmark79

©️
View GitHub Profile
@tomasmark79
tomasmark79 / boost-windows.md
Created February 7, 2024 16:43 — forked from sim642/boost-windows.md
Installing boost libraries for GCC (MinGW) on Windows

Installing boost libraries for GCC (MinGW) on Windows

Folder setup

  1. Extract downloaded boost source, e.g. C:\Program Files\boost_1_59_0.
  2. Create a folder for Boost.Build installation, e.g. C:\Program Files\boost-build.
  3. Create a folder within for building, i.e. C:\Program Files\boost_1_59_0\build.
  4. Create a folder for installation, e.g. C:\Program Files\boost.

GCC setup

  1. Open Command Prompt.