The Essential Guide to Open Source Flash Development

50 篇文章 0 订阅
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp
*Explore the world of open source Flash and discover which tools are available.
*Learn how to identify which tool you need and how to best fit it into your workflow.
*Step-by-step walk-throughs guide you through development with the most popular open source Flash tools.
*Written by the project leads and open source Flash aficionados.

The Essential Guide to Open Source Flash Development is a practical development guide to creating Flash applications with open source Flash tools and workflows. You will walk away with an understanding of what tools will best suit your current situation, making your development easier and more productive, and with the knowledge of how to install and set up some of the best tools available, including the following:

*Papervision3D: to create 3D in Flash
*Red5: to stream video over the internet
*SWX: to build data-driven mashups and mobile apps
*Fuse: to make ActionScript animation a cinch
*Go: to build your own animation tools in ActionScript 3.0
*haXe: to create Flash files and more
*AMFPHP: to communicate between Flash and php

Open source Flash has been a revolution for Flash and has made a major impact on how people build Flash content. The open source tools available expand on Flash's existing tool set, enabling you to perform such tasks as easily create full 3D in Flash or hook up to an open source video-streaming server. Many of these useful tools are powerful yet lack documentation. this book explains in step-by-step detail how to use the most popular open source Flash tools.

If you want to expand your Flash tool set and explore the open source Flash community, then this book is for you. If you already use some open source Flash tools, then you will find this book a useful documentation resource as well as an eye-opener to the other tools that are available.


http://rapidshare.com/files/139865148/1430209933.rar
http://depositfiles.com/files/7461291
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
以下是在Linux系统上安装Qt Open Source的步骤: 1. 首先,你需要从Qt官网下载Qt Open Source安装包。请确保选择适合你Linux系统架构的版本。 2. 下载完成后,解压安装包到一个你喜欢的目录。在本文中,我们将安装到/opt/Qt目录下。 ``` tar -xvf qt-everywhere-src-5.15.2.tar.xz -C /opt/Qt/ ``` 3. 安装依赖项。在终端中输入以下命令: ``` sudo apt-get install build-essential libgl1-mesa-dev sudo apt-get install libx11-dev libglib2.0-dev libfontconfig1-dev libdbus-1-dev libfreetype6-dev libicu-dev libinput-dev libxkbcommon-dev libsqlite3-dev libssl-dev libpng-dev libjpeg-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libpulse-dev ``` 4. 执行安装脚本。在安装Qt之前,你需要运行配置脚本。在终端中输入以下命令: ``` cd /opt/Qt/qt-everywhere-src-5.15.2 ./configure -opensource -confirm-license -prefix /opt/Qt/5.15.2/gcc_64 -nomake examples -nomake tests ``` 5. 编译并安装Qt。在终端中输入以下命令: ``` make -j8 sudo make install ``` 6. 添加环境变量。为了让Qt正常工作,你需要将Qt的安装路径添加到环境变量中。打开终端并输入以下命令: ``` sudo nano ~/.bashrc ``` 在文件末尾添加以下行: ``` export QTDIR=/opt/Qt/5.15.2/gcc_64 export PATH=$QTDIR/bin:$PATH ``` 保存并关闭文件,然后运行以下命令使更改生效: ``` source ~/.bashrc ``` 现在,你已经成功安装了Qt Open Source。你可以通过在终端中输入以下命令来确认它是否已正确安装: ``` qmake -v ```

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值