- This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Building SOFA › Require steps to build Sofa on Windows 10
Tagged: 64_bits, SOFA_1806, VS2017, Windows_10
I am new to Sofa and trying to build unstable version of sofa.
I have installed all the required dependency on my machine but it is giving me error.
it is giving me error of boost:
C:\Program Files\CMake\share\cmake-3.13\Modules\FindBoost.cmake:2100: error: Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: C:/SofaDependencies/boost_1_69_0 Could not find the following Boost libraries: boost_system boost_filesystem boost_locale boost_program_options Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. SofaKernel/SofaFramework/CMakeLists.txt:112 (find_package)
Can you please provide me the details about building sofa
Hey @himanshu
The output is actually giving you the steps to follow. You need to set the CMake variable : BOOST_ROOT to the location of Boost.
During the CMake configuration, you should have received a warning telling you to set this BOOST_ROOT.
Then, it will find it.
Best,
Hugo
See the Windows doc.
Cheers,
Hugo
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.