From 21b0040919e9a88262b3d8f8b0a016f07c838cf7 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Tue, 13 Aug 2024 23:49:55 +0300 Subject: [PATCH] website update --- website/docs/maintainer/_first-development-run.mdx | 12 ++++++++++++ website/docs/maintainer/index.mdx | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 website/docs/maintainer/_first-development-run.mdx diff --git a/website/docs/maintainer/_first-development-run.mdx b/website/docs/maintainer/_first-development-run.mdx new file mode 100644 index 0000000..754b5b5 --- /dev/null +++ b/website/docs/maintainer/_first-development-run.mdx @@ -0,0 +1,12 @@ + +{/* ------------------------------------------------------------------------ */} + +### Do a first development run without the multi-libs + +It is recommended to do **a first development run without the multi-libs**. + +In the `application.sh` file, set: + +```sh +XBB_APPLICATION_WITHOUT_MULTILIB="y" +``` diff --git a/website/docs/maintainer/index.mdx b/website/docs/maintainer/index.mdx index f154485..3d67f2e 100644 --- a/website/docs/maintainer/index.mdx +++ b/website/docs/maintainer/index.mdx @@ -21,6 +21,7 @@ import UpdateVersionSpecific from './_update-version-specific.mdx' import GitHubActionsDurations from './_github-actions-durations.mdx' import MoreTests from './_more-tests.mdx' import ShareCustom from './_share-custom.mdx' +import FirstDevelopmentRun from './_first-development-run.mdx' import FirstProductionRun from './_first-production-run.mdx' import {developmentDurations} from './_development-durations.mdx' import Patches from './_patches.mdx' @@ -178,7 +179,6 @@ If the project uses `customFields` in `build-assets/package.json` - update the release specific properties (if any) - restart the local web server - ### Fix possible open issues @@ -215,6 +215,8 @@ arm64 GNU/Linux, arm GNU/Linux, x64 macOS and arm64 macOS). Before the real build, run test builds on all platforms. + + ### Visual Studio Code All actions are defined as **xPack actions** and can be conveniently