← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2754: 1. Update installation information in documentation.

 

------------------------------------------------------------
revno: 2754
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Mon 2011-02-21 20:35:29 +0100
message:
  1. Update installation information in documentation.
modified:
  doc/sphinx/installation.rst


--
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 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst	2011-02-12 16:52:43 +0000
+++ doc/sphinx/installation.rst	2011-02-21 19:35:29 +0000
@@ -9,13 +9,19 @@
 
 Packages are (as of now) provided for several Ubuntu versions from `Yade package archive <https://launchpad.net/~yade-users/+archive/ppa>`_. Different version of Yade can be installed alongisde each other. The ``yade`` vitual package always depends on the latest stable package, while ``yade-snapshot`` will pull the latest snapshot package. To install quickly, run the following::
 
-	sudo add-apt-repository ppa:yade-users/ppa 
+	sudo add-apt-repository ppa:yade-pkg/stable       # for stable releases 
 	sudo add-apt-repository ppa:yade-users/external   # optional (updates of other packages)
 	sudo apt-get update
 	sudo apt-get install yade
 
 More detailed instructions are available at the `archive page <https://launchpad.net/~yade-users/+archive/ppa>`_
 
+For latest builds from trunk, add the following PPA::
+	sudo add-apt-repository ppa:yade-pkg/snapshots    # for latest releases 
+	sudo apt-get update
+	sudo apt-get install yade-bzr...
+
+
 Source code
 ------------