Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
congard committed Feb 8, 2022
1 parent 42ae8ef commit 1db9f77
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# nvidia-system-monitor

<div style="text-align: center;">
<img src="icon.png" alt="icon" width="256" height="256"/>
</div>
Expand All @@ -10,27 +11,30 @@ Task Manager for Linux for Nvidia graphics cards
![preview](pics/preview.gif)

## Dependencies

1. Qt 5.11+
* Arch: [`qt5-base`](https://www.archlinux.org/packages/extra/x86_64/qt5-base/)
* Debian: [`qtdeclarative5-dev`](https://packages.debian.org/en/sid/qtdeclarative5-dev)
* Ubuntu: [`qtdeclarative5-dev`](https://packages.ubuntu.com/focal/qtdeclarative5-dev)
* Fedora: `qt5-qtbase`, `qt5-qtbase-devel`
* Arch: [`qt5-base`](https://www.archlinux.org/packages/extra/x86_64/qt5-base/)
* Debian: [`qtdeclarative5-dev`](https://packages.debian.org/en/sid/qtdeclarative5-dev)
* Ubuntu: [`qtdeclarative5-dev`](https://packages.ubuntu.com/focal/qtdeclarative5-dev)
2. `nvidia-smi`
3. `which`
4. `cmake` (make dependence)

## Building
**Note:** after a lot of refactoring you may be bumped into compilation errors because of missing headers.
<br>If so, create new issue or write me email with compilation error: [[email protected]](mailto:[email protected])

### Debian / Ubuntu

You can install deb package from [releases](https://github.com/congard/nvidia-system-monitor-qt/releases)
<br>To launch execute `qnvsm` or just click on the `.desktop` file

### ArchLinux

You can install `nvidia-system-monitor-qt` directly from [AUR](https://aur.archlinux.org/packages/nvidia-system-monitor-qt/)
<br>To launch execute `qnvsm` or just click on the `.desktop` file

### Other

```bash
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -B build -G "Unix Makefiles"
Expand All @@ -48,9 +52,8 @@ To launch type `build/qnvsm`

The option -j describes the number of parallel processes for the build. In this case make will try to use 4 cores for the build.

If you want to use an IDE for Linux you can try CLion or QtCreator.

## Donate

<b>Payeer:</b> P36281059

Or you can do it even without finance. Just open [this](http://fainbory.com/8aWY) link
Expand Down

0 comments on commit 1db9f77

Please sign in to comment.