We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26725ad commit c766eadCopy full SHA for c766ead
1 file changed
README.md
@@ -41,11 +41,14 @@ git submodule update --init --recursive
41
42
* **Linux**:
43
```
44
- sudo apt install texlive*
+ sudo apt install ninja-build texlive*
45
46
* **MacOS (apple clang)**:
47
48
- Unsupported operating system!
+ ```
49
+ brew install ninja
50
+ brew install --cask mactex
51
52
53
## 2. Build the project with `CMake`
54
Navigate to a source code folder.
0 commit comments