File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,10 @@ It can also be installed using the Boost's project `installer B2
5656After downloading and untarring the archive, and changing to the directory with the sources,
5757``./bootstrap.sh && ./b2 && ./b2 install --prefix=/usr/local `` will
5858install Boost in ``/usr/local ``; this takes around 5 minutes of wall clock time
59- on a moderately fast M1 Apple Mac.
59+ on a moderately fast M1 Apple Mac. Instead of ``/usr/local `` one may choose another location,
60+ say ``/opt/foo ``,which then might have to be passed (in case the location is not known
61+ to the toolchain) to Sage via its ``./configure ``,
62+ with ``--with-boost=/opt/foo `` option.
6063
6164On Redhat-derived systems not all perl components are installed by
6265default and you might have to install the ``perl-ExtUtils-MakeMaker ``
You can’t perform that action at this time.
0 commit comments