manual/Installation in taskjuggler-3.4.0 vs manual/Installation in taskjuggler-3.5.0

- old
+ new

@@ -36,11 +36,11 @@ * '''Ruby:''' TaskJuggler 3.x is written in Ruby. You need a Ruby runtime environment to run it. This can be downloaded from [http://www.ruby-lang.org/en/downloads/ here]. Most Linux distributions usually have Ruby already included. So does MacOS X Leopard. For Windows, there is a one-click installer available. The -recommended Ruby version to make full use of TaskJuggler is 1.9.2. +recommended Ruby version to make full use of TaskJuggler is Ruby 2.0. Ruby 1.9.1 contains some bugs that prevent the multi-core support to work. For users that are not interested in multi-core support, the web server, the time sheet infrastructure and daemon Ruby 1.8.7 is still ok to use. On Windows you need at least Ruby 1.9.2. If you want to use non-ASCII characters, Ruby 1.9.2 or later is required as well. @@ -183,11 +183,11 @@ latest code from the developer repository. To do this, you need to have [http://www.kernel.org/pub/software/scm/git/docs/ git] installed. Then checkout the source code with the following command - git clone http://www.taskjuggler.org/git-repos/taskjuggler3.git + git clone git@github.com:taskjuggler/TaskJuggler.git Make sure, you have removed all previously installed instances of TaskJuggler from your system before doing so. It is a common mistake to have an old version of the TaskJuggler installed and then use parts of the old and new version together. @@ -255,10 +255,10 @@ New Ruby versions are released usually about once or twice a year. Unfortunately, it takes some time before Linux distributions pick up the new release. Depending on your distribution, this can take anything from a few weeks to several years. Many distributions still -have not yet made the switch to Ruby 1.9. The core part of +have not yet made the switch to Ruby 2.0. The core part of TaskJuggler can be used with Ruby 1.8.9, but it is at least 3 times slower. Therefor it is recommended, that you install the latest stable release of Ruby to use TaskJuggler. This can easily and safely being done in parallel to your distribution Ruby. Both versions can be used in parallel without interfering each other.