|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
[](https://travis-ci.org/hishamhm/htop) |
|
|
|
|
[](http://hisham.hm/htop/index.php?page=author#paypal) |
|
|
|
|
[](http://hisham.hm/htop/index.php?page=donate) |
|
|
|
|
|
|
|
|
|
[htop](http://hisham.hm/htop/) |
|
|
|
|
==== |
|
|
|
|
@ -38,8 +38,13 @@ Compilation instructions |
|
|
|
|
------------------------ |
|
|
|
|
|
|
|
|
|
This program is distributed as a standard autotools-based package. |
|
|
|
|
See the [INSTALL](/INSTALL) file for detailed instructions, but you are |
|
|
|
|
probably used to the common routine: |
|
|
|
|
See the [INSTALL](/INSTALL) file for detailed instructions. |
|
|
|
|
|
|
|
|
|
When compiling from a release tarball, run: |
|
|
|
|
|
|
|
|
|
./configure && make |
|
|
|
|
|
|
|
|
|
For compiling sources downloaded from the Git repository, run: |
|
|
|
|
|
|
|
|
|
./autogen.sh && ./configure && make |
|
|
|
|
|
|
|
|
|
|