command
module
Version:
v4.0.0-rc.1+incompatible
Opens a new window with list of versions in this module.
Published: Jun 1, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gotop builder
This program creates the files necessary to compile gotop with selected
extensions. You need:
- The tagged version of gotop to compile (e.g., "v3.5.1")
- One (or more) extensions to enable (e.g. "github.com/xxxserxxx/gotop-nvidia")
- Go. Since gotop requires Go >= 1.14, that's what you'll need.
Run with -h
to get help text, including a mostly complete copy of this
file.
Example
$ go run ./build.go -r v3.5.1 github.com/xxxserxxx/gotop-nvidia
$ go build -o gotop ./gotop.go
$ sudo cp gotop /usr/local/bin
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.