Skip to content

Commit bb42a9e

Browse files
committed
add archlinux install instructions
1 parent d83e3f1 commit bb42a9e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,6 +2093,25 @@ brew install matplotplusplus
20932093

20942094
This formula is a [contribution](https://github.com/Homebrew/homebrew-core/pull/62577) to [Homebrew](https://github.com/Homebrew/homebrew-core) by [Andrew Kane](https://github.com/ankane).
20952095

2096+
#### Arch Linux
2097+
2098+
Matplot++ is available in the Arch User Repository
2099+
([AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository)) as
2100+
[`matplotplusplus`](https://aur.archlinux.org/packages/matplotplusplus/).
2101+
2102+
Note you can manually install the package by following the instructions on the
2103+
[Arch Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)
2104+
or use an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) like
2105+
[`yay`](https://aur.archlinux.org/packages/yay/)
2106+
(recommended for ease of install).
2107+
2108+
```bash
2109+
yay -S matplotplusplus
2110+
```
2111+
2112+
To discuss any issues related to this package refer to the comments section on
2113+
the AUR page of `matplotplusplus` [here](https://aur.archlinux.org/packages/matplotplusplus/).
2114+
20962115
### Build from Source
20972116

20982117
#### Dependencies

0 commit comments

Comments
 (0)