includeproject / linux_performance_analysis

Tools and dashboard of Linux Performance Analysis for each release
GNU General Public License v2.0
1 stars 2 forks source link

Create script to download , install and run power top #5

Closed VictorRodriguez closed 9 years ago

VictorRodriguez commented 9 years ago

To configure the package using autoconf:

3.-On the terminal, go to the folder and put the following commands $make autotools $ test -d “$(pwd)” || mkdir -p “$(pwd)” $cd “$(pwd)” && “$(pwd)/configure”

To compile and install the package:

4.- On the terminal, execute the following commands $make all (If you are using a non-root user) $sudo make SKIP_IDCHECK=1 install

richo-mx commented 9 years ago

Can we close this issue ? Are any work still in progress ?

OIMA commented 9 years ago

We don't have it yet, but Lucero is working on this.

richo-mx commented 9 years ago

Nice, once you or her have some news about this issue, please don't hesitate to post it here :)

richo-mx commented 9 years ago

@Lucerin , as soon as you have something to post / upload to the repo, feel free to do so.

richo-mx commented 9 years ago

@OIMA , Is there any comment about this issue ? can we close it ?

OIMA commented 9 years ago

This issue was covered by @Lucerin, but she made it on my fork. I will make the pull request with this script and some other changes soon. You can close the issue if you want.

VictorRodriguez commented 9 years ago

@OIMA I will close this isue, since this is working on the web page