PDA

View Full Version : [SOLVED] Flex SDK



graabein
September 1st, 2012, 10:36 AM
Hi, I'm doing Flex programming on Windows at work, and I was thinking of setting up Flex programming environment at home as well, on the latest Ubuntu. I'm following this guide (http://www.seanhsmith.com/2010/03/29/flex-for-free-setting-up-the-flex-4-sdk-with-eclipse-ide/).

What I want to know is where to install the Flex SDK? Where is it natural to put those kind of things on Linux?

dwhitney67
September 1st, 2012, 03:06 PM
On a lot of systems, extraneous applications/libraries are placed in /opt. You could also consider using /usr/local.

Does the Flex SDK documentation have any recommendations?

graabein
September 4th, 2012, 08:17 PM
Not much about installation in the readme-file.

I'll look more into /opt and /usr/local then.

Thanks :D

graabein
September 6th, 2012, 07:55 PM
For information I went with /usr/local/flex-sdk. Looks good and Eclipse builds SWF-files just fine.