Skip to content

Commit 5950980

Browse files
committed
README_BUILD : add note about order of operations
Signed-off-by: Robin Getz <[email protected]>
1 parent 746b57f commit 5950980

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README_BUILD.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Cmake Options | Default | Description |
4545
`CSHARP_BINDINGS` | OFF | Install C# bindings |
4646
`MATLAB_BINDINGS` | OFF | Install MATLAB bindings |
4747
`PYTHON_BINDINGS` | OFF | Install PYTHON bindings |
48-
`WITH_DOC` | OFF | Generate documentation with Doxygen |
48+
`WITH_DOC` | OFF | Generate documentation with Doxygen and Sphinx |
4949
`WITH_MAN` | OFF | Generate and install man pages |
5050
`WITH_TESTS` | ON | Build the test programs |
5151
`WITH_LOCAL_CONFIG` | OFF | Read local context attributes from /etc/libiio.ini |
@@ -75,3 +75,8 @@ analog@precision:~/libiio/build$ make -j$(nproc)
7575
```shell
7676
analog@precision:~/libiio/build$ sudo make install
7777
```
78+
79+
Note: Some things (specifically building doc) need to find libiio or the bindings on path.
80+
That means that you configure (with -DWITH_DOC=OFF), build, install, configure
81+
(with -DWITH_DOC=ON), build again to get the doc. If you have issues, please ask.
82+

0 commit comments

Comments
 (0)