Skip to content

Commit

Permalink
Add dependencies installation instructions for macOS (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk authored Sep 15, 2024
1 parent 26725ad commit c766ead
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ git submodule update --init --recursive

* **Linux**:
```
sudo apt install texlive*
sudo apt install ninja-build texlive*
```
* **MacOS (apple clang)**:

Unsupported operating system!
```
brew install ninja
brew install --cask mactex
```

## 2. Build the project with `CMake`
Navigate to a source code folder.
Expand Down

0 comments on commit c766ead

Please sign in to comment.