Want to Look at Examples that Came With Flex 3 SDK 3.6
I just updated my Flex Builder 3 SDK to 3.6. I want to take a look at the samples that came with it. It has the following instructions:
Continue by reviewing the explorer sample. To run the explorer sample, you must first compile it running the install_root/samples/explorer/build.bat (Windows) or install_root/samples/explorer/build.sh (UNIX and Mac OS X) files. For more information on the Flex compilers, see the "Using the Flex Compilers"开发者_运维知识库 chapter in the Building and Deploying Flex Applications manual.
I'm on a Mac. I found the build.sh file. But, I'm not sure what I'm supposed to do with it.
Thank you!
-Laxmidi
- Open
Terminal.app
- Type
cd
(do not forget a space aftercd
) and then drag yourinstall_root/samples/explorer/
folder fromFinder
to Terminal and pressEnter
. - Type in Terminal
./build.sh
and press Enter.
I suppose these steps should work.
精彩评论