How to specify the bjam's --libdir and --includedir in user-config.jam
Hello, instead of writing: bjam --libdir=/../parallel/dev/lib/boost/ --includedir=/../parallel/dev/include/boost/ install i would like to specify those paths in the ~/user-config.jam. Thank you. Elviin
elviin wrote:
Hello,
instead of writing:
bjam --libdir=/../parallel/dev/lib/boost/ --includedir=/../parallel/dev/include/boost/ install
i would like to specify those paths in the
~/user-config.jam.
This is not possible at this moment. --libdir and --includedir are handled by Boost's Jamfiles, while user-config.jam is generic Boost.Build configuration file. I though about using some project-config.jam file where you can put random per-project-per-user data to avoid typing it on command line, but nothing is done yet. - Volodya
I just wanted to know that for sure because there was nothing in docs.
Anyway thank you Vlad.
Elviin
On 5/11/07, Vladimir Prus
elviin wrote:
Hello,
instead of writing:
bjam --libdir=/../parallel/dev/lib/boost/ --includedir=/../parallel/dev/include/boost/ install
i would like to specify those paths in the
~/user-config.jam.
This is not possible at this moment. --libdir and --includedir are handled by Boost's Jamfiles, while user-config.jam is generic Boost.Build configuration file. I though about using some project-config.jam file where you can put random per-project-per-user data to avoid typing it on command line, but nothing is done yet.
- Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
elviin
-
Vladimir Prus