odk/README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 69980bb2f951f780e63718215ca522a69676febf
Author: Ilmari Lauhakangas <[email protected]>
AuthorDate: Wed May 8 11:46:40 2024 +0300
Commit: Ilmari Lauhakangas <[email protected]>
CommitDate: Fri May 10 07:18:25 2024 +0200
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 <[email protected]>
Tested-by: Ilmari Lauhakangas <[email protected]>
diff --git a/odk/README.md b/odk/README.md
index ee54679bb13c..c6499cf6801d 100644
--- a/odk/README.md
+++ b/odk/README.md
@@ -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.