diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2009-05-15 12:49:43 +0200 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-16 09:32:35 +0100 |
commit | ac01e3113c21f38d97c5cd1794d5d1cc48a561b5 (patch) | |
tree | f913560d54aba94dd70ec283b5a28d0608a8bece | |
parent | d9e0097bd2a563f4965bd43229f86af947e13824 (diff) |
add list of needed debian packages to README
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Compile the monitor: Compile the charting application and utilities: + On a debian based distribution you need to install the following + packages: libghc6-gtk-dev libghc6-parsec-dev + They pull in a lot of dependencies, but this is wanted :) + % ./Setup.lhs configure --user % ./Setup.lhs build % ./Setup.lhs install |