summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-boulot.(none)>2011-12-06 16:07:54 +0100
committernicolargo <nicolargo@nicolargo-boulot.(none)>2011-12-06 16:07:54 +0100
commitf4976cd464589070e7d4864e5eddb0ce75c5f395 (patch)
tree299e9b83e4482abdabe0b92fe2750a9e4eb79b1a
parente959b6af75755a2c87c783eb0d6e40e2350d0aba (diff)
Instructions to install on Ubuntu 10.04 and 10.10
-rw-r--r--README13
-rw-r--r--README.md13
2 files changed, 4 insertions, 22 deletions
diff --git a/README b/README
index e9ed3a0e..ee90c4cd 100644
--- a/README
+++ b/README
@@ -39,17 +39,8 @@ You had to install the version 0.5 using the following commands:
$ ./setup.py build
$ sudo ./setup.py install
-Notes: Ubuntu 10.10 repos only include the python-statgrab 0.4.
-You had to install the version 0.5 using the following commands:
-
- $ sudo apt-get install git-core build-essential autoconf automake python python-statgrab libstatgrab-dev
- $ wget http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.5.tar.gz
- $ tar zxvf pystatgrab-0.5.tar.gz
- $ cd pystatgrab-0.5/
- $ ./setup.py build
- $ sudo ./setup.py install
-
-Notes: There is an issue with Ubuntu 10.04 (https://github.com/nicolargo/glances/issues/5)
+Notes: Ubuntu 10.04 and 10.10.
+The instruction to install the version 0.5 are here: https://github.com/nicolargo/glances/issues/5#issuecomment-3033194
## Running
diff --git a/README.md b/README.md
index e9ed3a0e..ee90c4cd 100644
--- a/README.md
+++ b/README.md
@@ -39,17 +39,8 @@ You had to install the version 0.5 using the following commands:
$ ./setup.py build
$ sudo ./setup.py install
-Notes: Ubuntu 10.10 repos only include the python-statgrab 0.4.
-You had to install the version 0.5 using the following commands:
-
- $ sudo apt-get install git-core build-essential autoconf automake python python-statgrab libstatgrab-dev
- $ wget http://ftp.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.5.tar.gz
- $ tar zxvf pystatgrab-0.5.tar.gz
- $ cd pystatgrab-0.5/
- $ ./setup.py build
- $ sudo ./setup.py install
-
-Notes: There is an issue with Ubuntu 10.04 (https://github.com/nicolargo/glances/issues/5)
+Notes: Ubuntu 10.04 and 10.10.
+The instruction to install the version 0.5 are here: https://github.com/nicolargo/glances/issues/5#issuecomment-3033194
## Running