-
Notifications
You must be signed in to change notification settings - Fork 72
en_win_Boost
mathildemerle edited this page Oct 13, 2021
·
4 revisions
Boost is collection of software libraries and headers for C++.
In medInria, boost is used for Legendre polynomials and spherical harmonics in itkDataSHImage
.
Into a file explorer, right click on the boost archive.
By example boost_1_70_0.7z
Click Extract files ...
.
Do the extraction preference in C: \
.
If possible, rename the extraction directory to C: \ boost
.
If the final directory is not C: \ boost \
CMake could not find the boost
location by itself.
You will have to enter the CMake Boost_INCLUDE_DIR
variable manually and you can ignore the Boost_DIR
variable.
Next installation is Qt5.
Qt