Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: Complete installation instructions #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,41 @@ I recommend to switch to the [new implementation](https://github.com/PlugaruT/wi

## Building and Installation

You'll need the following dependencies:
### Elementary

Clone the repository:

```
libglib2.0-dev
libgtop2-dev
libgranite-dev
libgtk-3-dev
libwingpanel-2.0-dev
meson
valac
git clone https://github.com/PlugaruT/wingpanel-indicator-sys-monitor.git
cd wingpanel-indicator-sys-monitor
```

## Elementary
Install the dependencies:

```
sudo apt install libgtop2-dev libgranite-dev libgtk-3-dev libwingpanel-2.0-dev meson valac
```

Run `meson` to configure the build environment and then `ninja` to build
Run `meson` to configure the build environment and then `ninja` to build the project:

```
meson build --prefix=/usr
cd build
ninja
```

To install, use `ninja install`
Install the built application:

```
sudo ninja install
```

## Arch Linux
### Arch Linux

Arch Linux users can find Wingpanel Indicator Sys Monitor under the name [wingpanel-indicator-sys-monitor-git](https://aur.archlinux.org/packages/wingpanel-indicator-sys-monitor-git/) in the **AUR**:

`aurman -S wingpanel-indicator-sys-monitor-git`

### Notes
## Notes

- Special thanks for [@RyanDam](https://github.com/RyanDam/) for the graph implementation!