You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-31Lines changed: 41 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,47 @@ Data visualization can help programmers and scientists identify trends in their
129
129
130
130
## Integration
131
131
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
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
+
132
173
### CMake
133
174
134
175
#### Embed as subdirectory
@@ -312,37 +353,6 @@ Get the binary package from the [release section](https://github.com/alandefreit
312
353
313
354
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).
314
355
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
0 commit comments