Skip to content

Commit c766ead

Browse files
authored
Add dependencies installation instructions for macOS (#23)
1 parent 26725ad commit c766ead

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ git submodule update --init --recursive
4141

4242
* **Linux**:
4343
```
44-
sudo apt install texlive*
44+
sudo apt install ninja-build texlive*
4545
```
4646
* **MacOS (apple clang)**:
4747

48-
Unsupported operating system!
48+
```
49+
brew install ninja
50+
brew install --cask mactex
51+
```
4952

5053
## 2. Build the project with `CMake`
5154
Navigate to a source code folder.

0 commit comments

Comments
 (0)