파이어폭스 플러그인 개발 방법

Ydal (토론 | 기여)님의 2013년 12월 16일 (월) 11:54 판 (→‎npruntime)

1 목적

본 문서는 ubuntu 상에서 firefox 웹브라우저에 npruntime 플러그인 개발 및 적용 방법에 대해 기술한다.

본 문서에 사용되는 소프트웨어의 버전은 다음과 같다. Ubuntu 13.10 Firefox 25.0.1 (Mozilla Firefox for Ubuntu canonical - 1.0) g++ ???

2 배경 지식

3 npruntime

1. CVS 설치 CVS가 설치되지 않은 경우 설치

sudo apt-get install cvs

2. mozilla CVS 에서 npruntime 소스 다운로드

export CVSROOT=:pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot 
cvs co mozilla/modules/plugin/samples/npruntime
cvs co mozilla/modules/plugin/base/public
cvs co mozilla/nsprpub/pr/include

4 firefox에 npruntime 적용

5 테스트

6 같이 보기

7 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}