$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] newbie: How does one install, where intsall is defiend in site-config.jam
From: Avi Bahra (avibahra_at_[hidden])
Date: 2009-07-15 10:00:03
Can any one help with bjam newbie question ;
I am trying to specify the installation directory in the site-config.jam
i.e
path-constant INSTALL_DIR : $HOME/installdir ;
In my jamfile that has a executable I have:
install dist : myexe : <location>$INTALL_DIR ;
-- Best regards, Ta, Avi