top-devel/top
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installing TOP 1. Download top: git clone https://github.com/top-devel/top.git # and its dependencies (parser): git submodule init git submodule update 2. Bootstrap: # run the bootstrap script ./bootstrap 3. Configure TOP: ./configure 4. Build and install TOP: make install