We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2ef4a commit 200b89bCopy full SHA for 200b89b
README.md
@@ -22,9 +22,8 @@ The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.
22
To generate a local copy of the library documentation in HTML format, tailored to your compile-time configuration:
23
24
1. Make sure that [Doxygen](http://www.doxygen.nl/) is installed.
25
-1. Run `mkdir /path/to/build_dir && cd /path/to/build_dir`
26
-1. Run `cmake /path/to/mbedtls/source`
27
-1. Run `make apidoc`
+1. Run `cmake -B /path/to/build_dir /path/to/mbedtls/source`
+1. Run `cmake --build /path/to/build_dir --target mbedtls-apidoc`
28
1. Browse `apidoc/index.html` or `apidoc/modules.html`.
29
30
For other sources of documentation, see the [SUPPORT](SUPPORT.md) document.
0 commit comments