想要查看 Flex 3 SDK 3.6 附带的示例
我刚刚将 Flex Builder 3 SDK 更新至 3.6。我想看一下附带的样品。它有以下说明:
继续查看浏览器 样本。要运行资源管理器示例, 你必须首先编译它运行 install_root/samples/explorer/build.bat (Windows)或 install_root/samples/explorer/build.sh (UNIX 和 Mac OS X)文件。了解更多 有关 Flex 编译器的信息,请参阅 “使用 Flex 编译器”一章 在构建和部署 Flex 中 应用手册。
我在 Mac 上。我找到了 build.sh 文件。但是,我不确定我应该用它做什么。
谢谢你!
-拉克斯米迪
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Terminal.app
cd
(不要忘记cd
后面有一个空格),然后拖动install_root/samples/explorer/< /code> 文件夹从
Finder
到终端,然后按Enter
。./build.sh
并按 Enter。我想这些步骤应该有效。
Terminal.app
cd
(do not forget a space aftercd
) and then drag yourinstall_root/samples/explorer/
folder fromFinder
to Terminal and pressEnter
../build.sh
and press Enter.I suppose these steps should work.