This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 79e9faf  Update development-tools.md
79e9faf is described below

commit 79e9faf51aed246d193b1fe7ac82ee3b9d4d7895
Author: Harbs <[email protected]>
AuthorDate: Mon Nov 15 14:27:40 2021 +0200

    Update development-tools.md
---
 get-started/development-tools.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/get-started/development-tools.md b/get-started/development-tools.md
index c3687ed..072b255 100644
--- a/get-started/development-tools.md
+++ b/get-started/development-tools.md
@@ -56,6 +56,10 @@ You can use Apache Maven to compile your Royale application. 
Visit the [Apache M
 
 You can use Apache Ant to compile your Royale application. Visit the [Apache 
Ant Project](https://ant.apache.org){:target='_blank'} to learn more about Ant. 
Each of the examples in the examples folder is set up to be built with Ant.
 
+### asconfigc
+
+You can use asconfigc to compile your Royale application. Visit the [asconfigc 
github project](https://github.com/BowlerHatLLC/asconfigc){:target='_blank'} to 
learn more about asconfigc. Each of the examples in the examples folder is set 
up to be built with asconfigc.
+
 ## Apache Cordova
 
 Apache Cordova enables Royale applications to run on mobile devices, tablets, 
and even desktops. The MobileTrader example in examples/royale/MobileTrader and 
a few other examples use Cordova. Visit the [Apache Cordova 
project](https://cordova.apache.org){:target='_blank'} to learn more about 
using Cordova.

Reply via email to