summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolargo@nicolargo-boulot.(none)>2011-12-06 15:19:59 +0100
committernicolargo <nicolargo@nicolargo-boulot.(none)>2011-12-06 15:19:59 +0100
commite959b6af75755a2c87c783eb0d6e40e2350d0aba (patch)
tree39e553cfcbb8e497a8d0c5c72309694796fdcd06
parent888534919dd30388fcbeac5854f036d29095714e (diff)
Ubuntu 10.04 note
-rw-r--r--README14
-rw-r--r--README.md14
2 files changed, 22 insertions, 6 deletions
diff --git a/README b/README
index cf7f35a8..e9ed3a0e 100644
--- a/README
+++ b/README
@@ -39,9 +39,17 @@ You had to install the version 0.5 using the following commands:
$ ./setup.py build
$ sudo ./setup.py install
-Notes: Ubuntu 10.04 and 10.10 users report that universe repos includes the
-python-statgrab 0.4. If you successfull compile the version 0.5 please send
-me an email or log a new issue on the GitHub.
+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)
## Running
diff --git a/README.md b/README.md
index cf7f35a8..e9ed3a0e 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,17 @@ You had to install the version 0.5 using the following commands:
$ ./setup.py build
$ sudo ./setup.py install
-Notes: Ubuntu 10.04 and 10.10 users report that universe repos includes the
-python-statgrab 0.4. If you successfull compile the version 0.5 please send
-me an email or log a new issue on the GitHub.
+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)
## Running