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

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

1 목적

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

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

2 배경 지식

3 seamonkey

1. semonkey 다운로드
http://www.seamonkey-project.org/ > Download and Releases > Official builds > Engilsh (US) > Linux

2. semonkey 설치/실행

sudo apt-get install libxv1:i386 libasound2:i386 libdbus-glib-1-2:i386 libdbus-glib-1-2:i386
tar jxvf seamonkey-2.23.tar.bz2
cd seamonkey
./seamonkey

4 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

5 firefox에 npruntime 적용

6 테스트

7 같이 보기

8 참고 자료

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