mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-11 00:21:08 -05:00
Clarifying update to README
This commit is contained in:
parent
c0cbf1d344
commit
acd1d190d0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ FLEX_HOME=/home/joe/downloads/flex_sdk_4.11
|
|||
```
|
||||
Now you can run Ant ('ant' from the commandline) to build the SWF.
|
||||
|
||||
If the source is building but producing runtime errors, your first course of action should be to download version 4.11 of the Flex SDK (the Apache foundation maintains an installer that lets you select a variety of versions [here](http://flex.apache.org/installer.html)) and try targeting that.
|
||||
If the source is building but producing runtime errors, your first course of action should be to download version 4.11 of the Flex SDK and try targeting that. The Apache foundation maintains an [installer](http://flex.apache.org/installer.html) that lets you select a variety of versions. Newer versions of the SDK will build successfully but are known to cause runtime errors related to the ``flash.display3D.Context3D`` class.
|
||||
|
||||
### Debugging
|
||||
Here are a few integrated development environments available with Flash debugging support:
|
||||
|
|
Loading…
Reference in a new issue