diff options
author | Dhruvadityamittal <dhruvadityamittal@gmail.com> | 2017-11-06 22:41:11 +0530 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-02-03 14:04:57 +0100 |
commit | f531d525976424a120dde753eaaa3ad8f65bc855 (patch) | |
tree | 390621ad2e9a2bd1bfa67f12312bfed345ef2d20 /README.building-boost | |
parent | 4b4d7b4b76b380cecddd95b44e994ad732411dcb (diff) |
Removed Some Extra Blank Lines in README.building-boost.
Removed Some Extra Spaces
Diffstat (limited to 'README.building-boost')
-rw-r--r-- | README.building-boost | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/README.building-boost b/README.building-boost index 5b5f5f7c70..3fbd5ff0af 100644 --- a/README.building-boost +++ b/README.building-boost @@ -25,7 +25,6 @@ The utility will take care of everything from thereon, install it from a package source if a recent version is available for your system or build it from source if necessary. - 2. Building Boost from a source tarball --------------------------------------- @@ -36,27 +35,25 @@ instructions don't work, check the website www.boost.org for more help. unpack it somewhere -cd into the resulting directory +cd (change directory) into the resulting directory $ cd boost_1_49_0 -# Pick a prefix to install it into. I used /opt/boost_1_49_0 +# Pick a prefix to install it into. I used /opt/boost_1_49_0 $ BOOST_PREFIX=/opt/boost_1_49_0 $ ./bootstrap.sh $ sudo ./b2 --prefix=$BOOST_PREFIX --with-thread --with-date_time --with-program_options --with-filesystem --with-system --layout=versioned threading=multi variant=release install -# Done! That was easy! +# Done! That was easy! Note that you don't have to specify each library, which will then build all Boost libraries and projects. By specifying only those required will just save compilation time. - ---------------------------------------------------------------------- - Installing GNU Radio with new Boost libraries. Tell Cmake to look for the Boost libraries and header files in the new location with the following command: |