← Back to team overview

yade-dev team mailing list archive

trunk/yade-libs are splitted!

 


trunk/yade-libs are splitted - they are separated from yade, and can be
compilled and installed separately.

to do so you need to checkout, 

  cd trunk/yade-libs
  sudo make compile_install

or, if you are compiling with gcc3.3 you can do:

  sudo make compile_install CXXFLAGS='-pthread -lpthread'

or if you prefer different target directory you can:

  sudo make compile_install INSTALL_DIR='/usr'


BUT (!) all above is when you are going to install all libraries at
once. This shoud not happen often for causal user. Normally, when you do
an upgrade, you would install only one or two of those libraries, and do
not touch others.

for that you have to enter each directory manually [1] (as each of them is a
separate package!) and do (an example for Czesiu):

  make CXXFLAGS='-pthread -lpthread'
  make install PREFIX_DIR='/tmp/foo' INSTALL_DIR='/usr'
  make clean           # optionally


[1] you have to enter those directories in the same order as in 
file  trunk/yade-libs/Makefile 

-- 
Janek Kozicki                                                         |
_______________________________________________
Yade-dev mailing list
Yade-dev@xxxxxxxxxxxxxxxx
http://lists.berlios.de/mailman/listinfo/yade-dev



Follow ups