Skip to content

Commit e4a7c36

Browse files
committed
Update Docs
1 parent 9904722 commit e4a7c36

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Data visualization can help programmers and scientists identify trends in their
173173
- [Binary Packages](integration/binary-packages.md)
174174
- [Package managers](integration/package-managers.md)
175175
- [Homebrew](integration/package-managers/homebrew.md)
176+
- [Arch Linux](integration/package-managers/arch-linux.md)
176177
- [Build from Source](integration/build-from-source.md)
177178
- [Dependencies](integration/build-from-source/dependencies.md)
178179
- [Build the Examples](integration/build-from-source/build-the-examples.md)

docs/integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ has_toc: false
1111
- [Binary Packages](integration/binary-packages.md)
1212
- [Package managers](integration/package-managers.md)
1313
- [Homebrew](integration/package-managers/homebrew.md)
14+
- [Arch Linux](integration/package-managers/arch-linux.md)
1415
- [Build from Source](integration/build-from-source.md)
1516
- [Dependencies](integration/build-from-source/dependencies.md)
1617
- [Build the Examples](integration/build-from-source/build-the-examples.md)

docs/integration/package-managers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ has_toc: false
1010

1111

1212
- [Homebrew](package-managers/homebrew.md)
13+
- [Arch Linux](package-managers/arch-linux.md)
1314

1415

1516
<!-- Generated with mdsplit: https://github.com/alandefreitas/mdsplit -->
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default
3+
title: Arch Linux
4+
nav_order: 2
5+
has_children: false
6+
parent: Package managers
7+
grand_parent: Integration
8+
has_toc: false
9+
---
10+
# Arch Linux
11+
12+
Matplot++ is available in the Arch User Repository
13+
([AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository)) as
14+
[`matplotplusplus`](https://aur.archlinux.org/packages/matplotplusplus/).
15+
16+
Note you can manually install the package by following the instructions on the
17+
[Arch Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)
18+
or use an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) like
19+
[`yay`](https://aur.archlinux.org/packages/yay/)
20+
(recommended for ease of install).
21+
22+
```bash
23+
yay -S matplotplusplus
24+
```
25+
26+
To discuss any issues related to this package refer to the comments section on
27+
the AUR page of `matplotplusplus` [here](https://aur.archlinux.org/packages/matplotplusplus/).
28+
29+
30+
31+
32+
<!-- Generated with mdsplit: https://github.com/alandefreitas/mdsplit -->

0 commit comments

Comments
 (0)