yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01824
[Branch ~yade-dev/yade/trunk] Rev 1722: Some changes in INSTALL file because of migrating to BZR
------------------------------------------------------------
revno: 1722
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Sat 2009-08-22 21:31:06 +0200
message:
Some changes in INSTALL file because of migrating to BZR
modified:
INSTALL
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'INSTALL'
--- INSTALL 2008-11-22 22:48:27 +0000
+++ INSTALL 2009-08-22 19:31:06 +0000
@@ -7,12 +7,11 @@
Latest SVN snapshot
===================
-If you want to look at the latest yade version from subversion (sometimes not
-working), you can download it using one of the ways shown below:
-
- svn checkout svn://svn.berlios.de/yade/trunk/
- svn checkout http://svn.berlios.de/svnroot/repos/yade/trunk
- svn checkout https://svn.berlios.de/svnroot/repos/yade/trunk
+If you want to look at the latest yade version from Launchpad,
+you can download it using one of the ways shown below:
+
+ bzr checkout lp:yade
+
Which one of those above will work depends on your network and firewall
configuration.
@@ -66,13 +65,14 @@
Debian/Ubuntu
-------------
-Install dependencies:
-
- 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
+Install dependencies (9.04, Jaunty):
+
+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 python-pygraphviz
+
Then run scons as per above.