Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading