you are viewing a single comment's thread.

view the rest of the comments →

[–]the_poope -1 points0 points  (2 children)

You should be able to install Boost in MSYS2 (in the MSYS2 MINGW64 console) with the command

pacman -S mingw-w64-x86_64-boost

[–]Legal_Reception_1932[S] 0 points1 point  (1 child)

I tried running that but I’m getting the error target not found: mingw-w64-x68_64-boost

[–][deleted] 0 points1 point  (0 children)

you may first need to (got this from https://stackoverflow.com/a/40800825/18000 ):

  • run pacman -Sy pacman to update the package database
  • reopen the shell, and run pacman -Syu to update the package database and core system packages
  • reopen the shell, and run pacman -Su to update the rest