Skip to content

Commit 66607c0

Browse files
keithel-qtJason Mobarak
andauthored
Update README.md to indicate need for cmake. (#114)
* Update README.md to indicate need for cmake. * Update README.md to indicate need for libclang * Update README.md Fix punctuation. Co-authored-by: Jason Mobarak <[email protected]> Co-authored-by: Jason Mobarak <[email protected]>
1 parent e7c5d73 commit 66607c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ conda activate console_pp
2222
pip install poetry
2323
```
2424

25-
Install capnp.
25+
Install cmake, clang, and capnp in your respective OS.
2626

2727
```
28-
# Windows
29-
choco install capnproto
28+
# Windows - install with installer, or via chocolatey
29+
choco install cmake llvm capnproto
3030
3131
# Mac
32-
brew install capnp
32+
brew install cmake llvm capnp
3333
3434
# Linux
35-
apt-get install capnproto
35+
apt-get install cmake libclang-dev capnproto
3636
```
3737

3838
Install development dependencies (On Windows make sure you're using Adminstrator shell).

0 commit comments

Comments
 (0)