instrumentisto/flex-sdk-docker-image

How to use for a newbie

Closed this issue · 2 comments

Hello,
I am struggling to install Flex-SDK 4.16.0 on a Windows PC (a customer asked me to resolve a bug on an old install)
When I download and install the image with the right tag, how can I use it then?
How to use it with Intellij Idea or even Flash Builder on windows??

Thanks for your help

@OPatrick you can't use this image in integration with Intellij Idea or Flash Builder. If you want code autocomplete and operations integration you need to install Flex SDK in your host system where your IDE is installed. Unfortunately, I cannot help you with that, as I don't use Windows.

All this Docker image is about is to freeze concrete build environment inside. That's all. You may use it to build your project using mxmlc directly or via gradle as README explains. Commonly, this image is used on CI environments.