wiki:boost

Version 2 (modified by ken@…, 9 years ago) ( diff )

Remind myself how to do a DESTDIR install

boost

The boost developers really loathe people who want to use DESTDIR, their ticket 1811 is still open :https://svn.boost.org/trac/boost/ticket/1811

Fortunately, the last addition there works:

    ./bootstrap.sh --prefix=$PREFIX ...
    ./b2 --prefix=$DESTDIR$PREFIX install

(obviously, expand $PREFIX to /usr and $DESTDIR to /some/path/to/directory)

Up
Top

Note: See TracWiki for help on using the wiki.