From 69980bb2f951f780e63718215ca522a69676febf Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Wed, 8 May 2024 11:46:40 +0300 Subject: [PATCH] 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 Tested-by: Ilmari Lauhakangas --- odk/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 how to set up the SDK.