Difference between revisions of "Installation of yade on debian / ubuntu"

From Yade

 
(Replaced content with " =This page no longer exists, please visit the [https://www.yade-dem.org/doc/installation.html new documentation]= Category:Installation")
(26 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Installation quick access}}{{clr}}
 
   
  +
=This page no longer exists, please visit the [https://www.yade-dem.org/doc/installation.html new documentation]=
You should be running at least Debian Lenny / Ubuntu Hardy Heron (8.04) to have required version of dependencies.
 
 
=Using prepackaged version=
 
You can use [[DebianPackages#Installing_packages_on_your_system|pre-compiled packages]] build by launchpad PPA service once in a while, if you are running Ubuntu.
 
 
=Manual installation from sources=
 
Installing dependecies (cut&paste to terminal all together):
 
 
sudo aptitude 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 libsqlite3-dev python-numeric python-tk gnuplot doxygen \
 
libgts-dev python-pygraphviz
 
 
or for Ubuntu 9.04:
 
 
sudo aptitude 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 liblog4cxx10-dev python-dev libboost-python-dev ipython \
 
python-matplotlib libsqlite3-dev python-numeric python-tk gnuplot doxygen \
 
libgts-dev python-pygraphviz
 
 
Optionally you might want to '''[[Installation_details#Installing_the_wildmagic_3_library_on_debian|install the wildmagic 3 library]]''', which can be used by Lattice Geometrical Model. But is not absolutely necassary (used only for Delaunay mesh generation method in lattice model).
 
 
'''Make sure that you have boost 1.34 or higher'''
 
 
==Download and compile Yade==
 
 
Download and unpack:
 
wget [http://beta.arcig.cz/~eudoxos/yade/yade-0.12rc1.tar.bz2 http://beta.arcig.cz/~eudoxos/yade/yade-0.12rc1.tar.bz2]
 
 
BUT DOES NOT TRY TO GET THIS FILE BECAUSE THE COMPUTER IS UNREACHABLE. YOU MY FIND yade-0.12.1.tar.bz2 SOMEWHERE ELSE
 
tar xvzj yade-0.12rc1.tar.bz2
 
 
BUT THE INSTRUCTION ABOVE IS CONFLICTING, YOU MAY TRY tar jxvf yade-0.12.1.tar.bz2
 
cd yade-0.12rc1
 
 
 
scons PREFIX=/home/''username''/YADE optimize=1 # installs to /usr/local by default
 
 
 
IT WAS TOO SHORT, MAY BE IT WAS NOT INSTALLED PROPERLY!
 
 
Replace <tt>''username''</tt> with your user name. Be sure to check out scons options on [[Installation_details#Scons_options|installation details page]] for optimized builds or different installation directory.
 
 
[[Category:Installation]]
 
[[Category:Installation]]

Revision as of 22:40, 22 November 2013

This page no longer exists, please visit the new documentation