(Please don't write to me directly, keep the discussion on the list - cc'ing) > are there but names libbost**** instead of boost**** > That's normal, all libs are prefixed with lib. > So in a second time i tried to go on boost web site to download boost_1_35_0 > I untar the file in usr/share/ directory and i tried to install this. > Sorry i'm very beginner in linux so i probably did stupid things. Yes, you did. How can you untar to /usr/share - with sudo? Don't do that. Keep /usr for package-installed things, use /usr/local/ for things you install by hand. Boost is packaged, run this to install all necessary packages:
sudo apt-get install scons libqt3-mt-dev qt3-dev-tools freeglut3-dev libboost-date-time-dev libboost-filesystem-dev libboost-thread-dev libboost-regex-dev fakeroot dpkg-dev build-essential g++ libboost-iostreams-dev liblog4cxx9-dev python-dev libboost-python-dev ipython python-matplotlib (from http://yade.wikia.com/wiki/Installation_of_yade_on_debian_/_ubuntu) The running scons will work. Read some decent tutorial on UNIX/Linux command-line, filesystem layout and so on, you will need that further way down. Regards, Vaclav _______________________________________________ Yade-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-users
