Hello,
It looks like README file in powertop branch is out of sync with how powertop should be actually built.
It should be updated.
diff --git a/README b/README index 2961eba..d83b315 100644 --- a/README +++ b/README @@ -2,9 +2,10 @@ ------------------------------
To build and install PowerTOP type the following commands, - ./configure - ./make - ./make install + autoreconf -sfi + ./configure + make + make install
Note: For Android (running Intel Architecture ) there is a Android.mk that was provided by community members, and at this time is supported
-- Thanks, -Meraj
Re-sending adding some more recipients.
---------- Forwarded message ---------- From: Mohammad Merajul Islam Molla meraj.enigma@gmail.com Date: Tue, Apr 29, 2014 at 5:07 PM Subject: [PATCH]: PowerTOP README file needs to be updated To: linaro-dev@lists.linaro.org
Hello,
It looks like README file in powertop branch is out of sync with how powertop should be actually built.
It should be updated.
diff --git a/README b/README index 2961eba..d83b315 100644 --- a/README +++ b/README @@ -2,9 +2,10 @@ ------------------------------
To build and install PowerTOP type the following commands, - ./configure - ./make - ./make install + autoreconf -sfi + ./configure + make + make install
Note: For Android (running Intel Architecture ) there is a Android.mk that was provided by community members, and at this time is supported
-- Thanks, -Meraj