From 5bb131a67a25117d481ba6e996655d78f8574cf6 Mon Sep 17 00:00:00 2001 From: "Mx. Corey Frang" Date: Wed, 28 Feb 2024 14:28:23 -0500 Subject: [PATCH] updating documentation on how to make the build --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 19bca6e..dd01326 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,21 @@ The output zip files are hosted in the "Releases" section. ## How to build +* Install NVDA on the local system +* Install the [NVDA Plugin](https://github.com/Prime-Access-Consulting/nvda-at-automation) for speech automation. +* Settings (Ins+N -> Preferences -> Settings): + * Ensure plugin is loaded. + * General: Ensure "Automatically check for updates" is disabled. + * General: Ensure "Notify for pending update on startup" is disabled. + * Speech: Ensure "Capture Speech" is being used. + +* Goto Tools -> Create portable copy from the NVDA task bar icon (or Ins+N) + * Name the folder the version number from the about screen (I.E. 2023.3.3) + * Check the "Copy current user configuration" checkbox + * Use the windows explorer right click -> "Compress to Folder" option. + +* Create a [new release on github](https://github.com/bocoup/aria-at-automation-nvda-builds/releases/new). + * "Choose a tag" -> put in the version number and "create new tag" + * Release Title: put in the version number + * Drag the zip file into the "Attach binaries by dropping them here" section of the page. + \ No newline at end of file