Skip to content

Instantly share code, notes, and snippets.

@drewxa
Created October 4, 2018 12:31
Show Gist options
  • Save drewxa/e7576d53a6ed28acf067fd649949ef72 to your computer and use it in GitHub Desktop.
Save drewxa/e7576d53a6ed28acf067fd649949ef72 to your computer and use it in GitHub Desktop.

Как собрать boost

  1. Скачивает boost.zip c оффсайта
  2. Распаковываем в C:\devel\boost
  3. Запускаем консоль
  4. набираем cd C:\devel\boost\
  5. запускаем в консоли bootstrap.bat
  6. Ждем
  7. запускаем в консоли b2 address-model=32 architecture=x86 threading=multi link=static runtime-link=static debug-symbols=on debug-store=database
  8. долго ждем
  9. запускаем в консоли b2 address-model=64 architecture=x86 threading=multi link=static runtime-link=static debug-symbols=on debug-store=database
  10. и опять долго ждем
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment