mirror of
https://github.com/boostorg/website.git
synced 2026-02-24 04:22:15 +00:00
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
# Copyright 2006 Rene Rivera
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
# Set the BOOST_ROOT environment variable on your command-line or in the
|
|
# environment to point at the root of your regular Boost installation. Or
|
|
# set the BOOST_BUILD environment variable to point to a Boost.Build V2
|
|
# installation.
|
|
|
|
BOOST_BUILD ?= $(BOOST_ROOT)/tools/build/v2 ;
|
|
boost-build $(BOOST_BUILD) ;
|