Usage
A nice way to view information about use of system resources
Finding a task
To find something to do, simply pick a bug from this list of newcomer bugs.
Building
The best way to build Usage is using JHBuild. You can follow the official tutorial for this.
It is possible to build it using Builder and Flatpak, although it might not perform as well. To build Usage this way, follow the tutorial and enter the following as the Git clone URL:
1. Build commands
If you want to install Usage by hand, you can build it by running:
- cd gnome-usage
meson build && cd build
- ninja-build #or ninja
- sudo ninja-build install #or sudo ninja install