This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 11f6bd2a7d2f378743eb6ae62cbd0c41a10164b0 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Sep 8 09:52:31 2025 -0700 more updated Flash Player projector content debugger URLs --- src/site/asciidoc/build.adoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/site/asciidoc/build.adoc b/src/site/asciidoc/build.adoc index d1fb970e2..7be7502cb 100644 --- a/src/site/asciidoc/build.adoc +++ b/src/site/asciidoc/build.adoc @@ -25,9 +25,12 @@ This document will guide you through the process of building Royale from source. In order to build Royale you require the following software installed on your machine: -- A Java JDK 11 or higher (a simple Java runtime is not enough) (http://www.oracle.com/technetwork/java/javase/downloads/index.html) -- Apache Maven 3.8.1 or higher (http://maven.apache.org) -- The Flash Player projector content debugger (https://www.adobe.com/support/flashplayer/debug_downloads.html) +* A Java JDK 11 or higher (a simple Java runtime is not enough) (http://www.oracle.com/technetwork/java/javase/downloads/index.html) +* Apache Maven 3.8.1 or higher (http://maven.apache.org) +* The Flash Player projector content debugger +- Windows: https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flashplayer_32_sa_debug.exe +- macOS: https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flashplayer_32_sa_debug.dmg +- Linux: https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux_debug.x86_64.tar.gz Make sure the following environment variable is set to the exact location of the Flash Player projector content debugger:
