|
Ublas : |
From: erwann rogard (erwann.rogard_at_[hidden])
Date: 2008-04-12 16:46:33
Hi,
Please, I'm looking for some guidance to install.
1) I downloaded
http://news.tiker.net/news.tiker.net/download/software/boost-bindings/boost-bindings-20080405.tar.gz
2) and extracted it in /tmp
boost-bindings apparently contains
/boost
/libs
some install files
3) ran
/tmp/boost-bindings$ ./configure
/tmp/boost-bindings$ make
/tmp/boost-bindings$ make install
which apparently copies boost-bindings/boost to /usr/local/include
previously I ran into the problem that *.h were not copied, but now they
are, thanks -apparently- to a new make script.
4) /tmp/libs/ contains
/numeric
Jamfile
Not very familiar with bjam but installed and tested it (the hello example)
anyway. What do i do now? I tried
/tmp/boost-bindings/libs$ bjam
error: Could not find parent for project at '.'
error: Did not find Jamfile.jam or Jamroot.jam in any parent directory.
only got so far... a little help would be appreciated.