Skip to content

Commit 5dd28d5

Browse files
committed
Add note to README re. msal when building from source.
1 parent 6573152 commit 5dd28d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ $ mkdir build && cd build && cmake ..
2020
# cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc
2121
$ make
2222
$ sudo make install
23+
# Need msal for sasl-xoauth2-tool:
24+
$ sudo pip3 install msal
2325
```
2426

2527
## Pre-Built Packages for Ubuntu

0 commit comments

Comments
 (0)