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 aab486f Removed incorrect paragraph
aab486f is described below
commit aab486f22751e2ae3132881f0dda4c9e66f9ca9c
Author: Harbs <[email protected]>
AuthorDate: Tue Dec 14 19:12:23 2021 +0200
Removed incorrect paragraph
---
libraries/compiled-code-libraries.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libraries/compiled-code-libraries.md
b/libraries/compiled-code-libraries.md
index 91d2243..9fdb20f 100644
--- a/libraries/compiled-code-libraries.md
+++ b/libraries/compiled-code-libraries.md
@@ -24,9 +24,6 @@ permalink: /libraries/compiled-code-libraries
Instructions on creating your own SWC libraries
-## Prerequisites
-Creating SWCs requires the full Royale SDK to be installed. The js-only
version is not enough because the SWC contains a SWF file which can only be
generated by the full SDK.
-
## Concepts
On the most basic level, SWC libraries are just compiled ActionScript classes.
You need to include the necessary classes and the code will be included in your
compiled SWC.