Replies: 1 comment 1 reply
-
Essentially, don't run bootstrap.sh It still might not help you, if some script creates in-source files anyway. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;TR: How to perform out-of-source build of Boost?
The documentation about --build-dir says:
This is quite clear, but what about the bootstrap part?
Let's say I unpacked
boost_1_77_0.7z
intoC:\boost_1_77_0
and I want to keep the directory completely clean as it was read-only,How to build Boost in such way that everything generated goes to separate
C:\boost_1_77_0_build
?How to mimic
cmake -S C:\boost_1_77_0 -B C:\boost_1_77_0_build
?Beta Was this translation helpful? Give feedback.
All reactions