Skip to content

Commit 5fd3168

Browse files
authored
Merge pull request #124 from cindytsai/doc
Update doc
2 parents c149c8e + f11746f commit 5fd3168

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/how-to-install/how-to-install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@ To turn off some of the features, go to [Details](./details.md).
6969
-DPYTHON_PATH=<your-python-prefix> \
7070
-DMPI_PATH=<your-mpi-prefix>
7171
```
72+
73+
```{eval-rst}
74+
.. seealso::
75+
If you encounter errors like:
76+
77+
.. code-block:: text
78+
79+
Could NOT find LibUUID (missing: LibUUID_LIBRARY LibUUID_INCLUDE_DIR)
80+
81+
These are caused by missing dependencies and can be installed by system package manager.
82+
```
83+
7284
4. Build project and install `libyt`:
7385
```bash
7486
cmake --build build

0 commit comments

Comments
 (0)