Skip to content

Required Libraries

Pavel I. Kryukov edited this page Oct 6, 2018 · 15 revisions

Install Boost

Ubuntu

Note: It was verified on Ubuntu 12.04.1 LTS (GNU/Linux 2.6.32-042stab084.26 x86_64).
Note: It works for Windows-Ubuntu as well.
apt-get install libboost-all-dev

MSYS2

pacman --needed --noconfirm -S mingw-w64-i686-boost # 32-bit
pacman --needed --noconfirm -S mingw-w64-x86_64-boost # 64 bit

MS Visual Studio

You have to download Boost manually, but there is a full manual on Boost web site

We do not link MIPT-MIPS to Boost libraries, so there is no need to build them, you need just set up Boost includes headers.

Clone this wiki locally