Total Pageviews

2010/01/13

Insall Flex SDK on Mac

1. go to download Flex SDK: http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
2. open terminal
3. Type in cd ~. Move to home directory
3. Type in sudo vi .bash_profile
4. Type in your root password

You might see a screen that looks like this

6. Type i for Insert

7. Hit Escape to stop editing
Type :wq (this will write the file and then quit) and hit enter

9. Close Terminal
10. Open up Terminal again
11. Type in echo $PATH to verify that the path has been saved.

12. type in mxmlc -help to verify

If you want to modify the path, just do this process again.
If you want to remove this path, just remove .bash_profile[rm .bash_profile]

No comments: