Skip to content

Commit 92b14a1

Browse files
idlethreadandersson
authored andcommitted
Add build instructions for MacPorts
Mac users use Homebrew or MacPorts to get their "unix" tools. Add instructions to build on MacPorts users. Signed-off-by: Amit Kucheria <[email protected]>
1 parent f3b4fd4 commit 92b14a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@ make
1717

1818
### MacOS
1919

20+
For Homebrew users,
2021
```bash
2122
brew install libxml2 pkg-config libusb
2223
make
2324
```
2425

26+
For MacPorts users
27+
```bash
28+
sudo port install libxml2 pkgconfig libusb
29+
make
30+
```
31+
2532
### Windows
2633

2734
First, install the [MSYS2 environment](https://www.msys2.org/). Then, run the

0 commit comments

Comments
 (0)