forked from medInria/medInria-public
-
Notifications
You must be signed in to change notification settings - Fork 1
en_win_Boost
mathildemerle edited this page Oct 13, 2021
·
3 revisions
Boost is collection of software libraies and headers for C++.
Dans le cadre de medInria Boost
apporte le support des polynômes de Legendre pour les harmonique sphérique.
Sa mise en oeuvre est présente dans le plugin 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