Skip to content

Commit 1224dd6

Browse files
committed
Added instructions for installing from Homebrew
1 parent 8b07492 commit 1224dd6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/install.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
- [Use Vcpkg package manager](#use-vcpkg-package-manager)
77
- [Use Conan package manager](#use-conan-package-manager)
88
- [Use Hunter package manager](#use-hunter-package-manager)
9+
- [Use Homebrew on macOS (or Linux)](#use-homebrew-on-macos-or-linux)
910
- [Install using CMake locally and use it in CMake](#install-using-cmake-locally-and-use-it-in-cmake)
1011

11-
`eventpp` package is available in C++ package managers Vcpkg, Conan, and Hunter.
12+
`eventpp` package is available in C++ package managers Vcpkg, Conan, Hunter, and Homebrew.
1213
`eventpp` is header only and not requires building. There are various methods to use `eventpp`.
1314
Here lists all possible methods to use `eventpp`.
1415

@@ -93,6 +94,12 @@ target_link_libraries(main eventpp::eventpp)
9394
include_directories(${EVENTPP_INCLUDE_DIR})
9495
```
9596

97+
## Use Homebrew on macOS (or Linux)
98+
99+
```
100+
brew install eventpp
101+
```
102+
96103
## Install using CMake locally and use it in CMake
97104

98105
Note: this is only an alternative, you should use the FetchContent method instead of this.

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Apache License, Version 2.0
5757

5858
## Version 0.1.3
5959

60+
`eventpp` package is available in C++ package managers Vcpkg, Conan, Hunter, and Homebrew.
6061
The master branch is usable and stable.
6162
Don't worry about the large time span between commits and releases. The library is actively maintained.
6263
The master branch is currently fully back compatible with the first version. So your project won't get any back compatible issues.

0 commit comments

Comments
 (0)