Skip to content

Commit 293073c

Browse files
committed
Add reference to vcpkg port
1 parent 7553bd4 commit 293073c

File tree

1 file changed

+41
-31
lines changed

1 file changed

+41
-31
lines changed

README.md

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,47 @@ Data visualization can help programmers and scientists identify trends in their
129129

130130
## Integration
131131

132+
### Package Managers
133+
134+
#### Vcpkg
135+
136+
Vcpkg users can install Matplot++ with the [matplotplusplus](https://github.com/microsoft/vcpkg/tree/master/ports/matplotplusplus) port:
137+
138+
```bash
139+
vcpkg install matplotplusplus
140+
```
141+
142+
This formula is a [contribution](https://github.com/microsoft/vcpkg/pull/13725) to [vcpkg](https://github.com/microsoft/vcpkg) by [@myd7349](https://github.com/myd7349).
143+
144+
#### Homebrew
145+
146+
Mac users can install Matplot++ with [Homebrew](https://brew.sh):
147+
148+
```bash
149+
brew install matplotplusplus
150+
```
151+
152+
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).
153+
154+
#### Arch Linux
155+
156+
Matplot++ is available in the Arch User Repository
157+
([AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository)) as
158+
[`matplotplusplus`](https://aur.archlinux.org/packages/matplotplusplus/).
159+
160+
Note you can manually install the package by following the instructions on the
161+
[Arch Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)
162+
or use an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) like
163+
[`yay`](https://aur.archlinux.org/packages/yay/)
164+
(recommended for ease of install).
165+
166+
```bash
167+
yay -S matplotplusplus
168+
```
169+
170+
To discuss any issues related to this package refer to the comments section on
171+
the AUR page of `matplotplusplus` [here](https://aur.archlinux.org/packages/matplotplusplus/).
172+
132173
### CMake
133174

134175
#### Embed as subdirectory
@@ -312,37 +353,6 @@ Get the binary package from the [release section](https://github.com/alandefreit
312353

313354
If you need a more recent version of Matplot++, you can download the [binary packages from the CI artifacts](https://github.com/alandefreitas/matplotplusplus/actions?query=workflow%3AMatplotplusplus+event%3Apush) or build the library [from the source files](#build-from-source).
314355

315-
#### Package Managers
316-
317-
##### Homebrew
318-
319-
Mac users can install Matplot++ with [Homebrew](https://brew.sh):
320-
321-
```bash
322-
brew install matplotplusplus
323-
```
324-
325-
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).
326-
327-
##### Arch Linux
328-
329-
Matplot++ is available in the Arch User Repository
330-
([AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository)) as
331-
[`matplotplusplus`](https://aur.archlinux.org/packages/matplotplusplus/).
332-
333-
Note you can manually install the package by following the instructions on the
334-
[Arch Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)
335-
or use an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) like
336-
[`yay`](https://aur.archlinux.org/packages/yay/)
337-
(recommended for ease of install).
338-
339-
```bash
340-
yay -S matplotplusplus
341-
```
342-
343-
To discuss any issues related to this package refer to the comments section on
344-
the AUR page of `matplotplusplus` [here](https://aur.archlinux.org/packages/matplotplusplus/).
345-
346356
#### Build from Source
347357

348358
##### Dependencies

0 commit comments

Comments
 (0)