首页 > 其他 > 详细

跨浏览器插件框架FireBreath安装与使用之Mac下的插件

时间:2014-08-19 10:44:04      阅读:433      评论:0      收藏:0      [点我收藏+]

 

Requirements

CMake

version 2.8.8 or later, from http://www.cmake.org/cmake/resources/software.html.
Make sure to grab the Binary distribution (cmake-ver-Darwin[64]-universal.dmg).

Apple‘s Xcode,

available from your Mac App Store.

Xcode‘s Command-Line Tools.

To get these, first install Xcode. Then launch Xcode and click in the menu: Xcode ? Preferences ? Downloads. Select "Command Line Tools" and press ‘Install‘.

Git

Download url:

https://code.google.com/p/git-osx-installer/downloads/list?can=3&q=&sort=-uploaded&colspec=Filename+Summary+Uploaded+Size+DownloadCount

 

Get the source

First thing is to get the source code.

To get a copy of the source, see

http://www.firebreath.org/display/documentation/Download

 

A good video tutorial :

http://www.firebreath.org/display/documentation/Old+Mac+Video+Tutorial

 

Generate and building your own project files

1. cd firebreath-dev

2. git submodule update --init --recursive

3. ./fbgen.py

4. mv projects/ ..

5. cd ..

6. cd projects/
7. cd huobanPlugin(your plugin name)/
8. git init .
9. git add *
10. git commit -m "Initial commit of new plugin"

11. cd ..
12. cd ..
13. ./firebreath-dev/prepmac.sh projects/ build/
14. open build/FireBreath.xcodeproj/   编译工程

 

Installing your plugin
1. cd build/
2. cd projects/
3. cd huobanPlugin/
4. cd Debug/

5. cd ~/Library/Internet Plug-Ins
6. ln -s /Users/huoban/ningxia/build/projects/huobanPlugin/Debug/huoban\ Plugin_x86_64.plugin

7. cd /Users/huoban/ningxia/build/projects/huobanPlugin/Debug/
8. cd ..
9. cd gen/
10. open FBControl.htm

 

 

That‘s the end.

 

跨浏览器插件框架FireBreath安装与使用之Mac下的插件,布布扣,bubuko.com

跨浏览器插件框架FireBreath安装与使用之Mac下的插件

原文:http://www.cnblogs.com/clovery/p/3921412.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!