Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
diana:windows:building:boost [2010-02-11 18:20:41]
dages
diana:windows:building:boost [2022-05-31 09:29:31] (current)
Line 21: Line 21:
 ===== Main libraries ===== ===== Main libraries =====
  
-Download the main Boost libraries from http://downloads.sourceforge.net/project/boost/boost and extract them somewhere convenient+Download the main Boost libraries from http://downloads.sourceforge.net/project/boost/boost and extract them somewhere convenient.
- +
-  $ tar zxvf boost/boost_1_40_0.tar.gz+
  
 Let's see what we've got: Let's see what we've got:
Line 55: Line 53:
  
   $ bjam toolset=gcc variant=release link=shared threading=multi \   $ bjam toolset=gcc variant=release link=shared threading=multi \
-       --prefix=/opt/boost --build-dir=obj --layout=tagged \+       --prefix=/c/met.no --build-dir=obj --layout=tagged \
        --without-graph --without-graph_parallel --without-mpi \        --without-graph --without-graph_parallel --without-mpi \
        --without-python --without-serialization \        --without-python --without-serialization \
Line 63: Line 61:
  
   $ bjam toolset=gcc variant=release link=shared threading=multi \   $ bjam toolset=gcc variant=release link=shared threading=multi \
-       --prefix=/opt/boost --build-dir=obj --layout=tagged \+       --prefix=/c/met.no --build-dir=obj --layout=tagged \
        --without-graph --without-graph_parallel --without-mpi \        --without-graph --without-graph_parallel --without-mpi \
        --without-python --without-serialization \        --without-python --without-serialization \
        install        install
 +  $ cp LICENSE_1_0.txt /c/met.no/copyright/boost.txt
  
 +**XXX** can't get static linking to work
  • diana/windows/building/boost.1265912441.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)