23 Apr
2002
23 Apr
'02
3:29 a.m.
I want to build boost so that it gets installed in a directory other than the one that it is extracted to.
I'm assuming you are using Jam? If so, just set ALL_LOCATE_TARGET:
jam -sALL_LOCATE_TARGET=/path/to/put/compiled/files/in
To TPTB shouldn't this be a FAQ?