odk/README.md: easy way to build examples on Linux and macOS

Change-Id: Ib511e81830a3e4b83f391d3f2d771dc657ee12b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167333
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
Ilmari Lauhakangas 2024-05-08 11:46:40 +03:00
parent 3d1a96d85d
commit 69980bb2f9

View file

@ -8,7 +8,9 @@ Part of the SDK; to build you need to add `--enable-odk`.
## Testing the Examples:
* Go to `instdir/sdk` (Don't try directly in `odk/`)
* The easiest way on Linux and macOS is to run `make odk.subsequentcheck`
* The way that also works on Windows is to go to `instdir/sdk` (don't try directly in `odk/`)
* See <https://api.libreoffice.org/docs/install.html> how to set up the SDK.