Skip to content

Commit

Permalink
README_BUILD : add note about order of operations
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz committed Apr 8, 2020
1 parent 746b57f commit 5950980
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Cmake Options | Default | Description |
`CSHARP_BINDINGS` | OFF | Install C# bindings |
`MATLAB_BINDINGS` | OFF | Install MATLAB bindings |
`PYTHON_BINDINGS` | OFF | Install PYTHON bindings |
`WITH_DOC` | OFF | Generate documentation with Doxygen |
`WITH_DOC` | OFF | Generate documentation with Doxygen and Sphinx |
`WITH_MAN` | OFF | Generate and install man pages |
`WITH_TESTS` | ON | Build the test programs |
`WITH_LOCAL_CONFIG` | OFF | Read local context attributes from /etc/libiio.ini |
Expand Down Expand Up @@ -75,3 +75,8 @@ analog@precision:~/libiio/build$ make -j$(nproc)
```shell
analog@precision:~/libiio/build$ sudo make install
```

Note: Some things (specifically building doc) need to find libiio or the bindings on path.
That means that you configure (with -DWITH_DOC=OFF), build, install, configure
(with -DWITH_DOC=ON), build again to get the doc. If you have issues, please ask.

0 comments on commit 5950980

Please sign in to comment.