惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 明月我心

百度网盘的同步空间使用方式 windows10删除多出的oem分区 自己搭建anki同步服务器 linux设置自动更换壁纸 linux下zip文件解压乱码的问题 Node判断文件是否链接 解决Qualcomm Atheros AR8161 Gigabit Ethernet网卡Linux下坏掉的问题 Openbox中指定目录打开程序 Openbox简单支持平铺 linux关闭双显卡的方法 rdesktop共享剪贴板的问题 Apache FTPServer安装为Windows服务的问题 Dell Inspiron One2330连接WPA2-PSK的问题 12306快速输入验证码办法 rsync命令中的include参数顺序问题 gnome下使用x-tile平铺窗口 开始相信360是款好软件,见下图 adb shell后insufficient permissions for device的问题 php升级到5.3后Discuz论坛不能使用的问题
Gentoo linux下Adobe AIR运行环境的安装
明月我心 · 2011-06-01 · via 博客园 - 明月我心

最近开始玩三国杀游戏,需要在本机运行该游戏的桌面版本,基于Adobe AIR技术

AIR是一个本地运行的支持当前web技术的虚拟环境

三国杀的桌面版本下载后就是一个以.air为后缀的文件

http://www.flashinthepan.ca/computer-tips/linux-computer-tips/adobe-air-on-gentoo-linux

根据上面链接的文章内容做下面的事情

1. 前往http://www.adobe.com/products/air/tools/sdk/下载Adobe AIR SDK

    下载的文件为/tmp/AdobeAIRSDK.tbz2

2.安装SDK

su
mkdir
/opt/AIR-SDK
cd
/opt/AIR-SDK/
tar jxvf
/tmp/AdobeAIRSDK.tbz2
exit   

3.安装游戏

下载游戏的air文件为/tmp/SanGuoSha.air

mkdir ~/AIR-apps/SanGuoSha -p
cd
~/AIR-apps/SanGuoSha/
unzip
/tmp/SanGuoSha.air

4.启动

/opt/AIR-SDK/bin/adl -nodebug ~/AIR-apps/SanGuoSha/META-INF/AIR/application.xml ~/AIR-apps/SanGuoSha/