-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
executable file
·27 lines (23 loc) · 1.16 KB
/
README
File metadata and controls
executable file
·27 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
■このリポジトリの構成
Legacy/ <- Bagel0.x
Bagel/ <- Bagel本体
GeckoComponents/ <- Geckoを使うためのDelphiコンポーネントなど
GeckoSDK/ <- Delphi移植版GeckoSDK
xpidlpas/ <- IDLをPascalのインターフェース定義に変換する
■XULRunnerをシステムに登録するには
ftp://ftp.mozilla.org/pub/xulrunner/releases/1.9.0.0/runtimes/xulrunner-1.9.en-US.win32.zip
をDL、解凍の後、コマンドプロンプトにてxulrunner --register-userを実行する
■Bagel0.xをビルドするには
1.git cloneする(詳細はググれカス)
2.以下のコンポーネントを取ってくる
- TNkMemIniFile (http://www.asahi-net.or.jp/~ha3t-nkmr/deldown.htm)
- SKRegExp (http://www.asahi-net.or.jp/~qz1s-kmy/skregexp/)
- TTKCMigemo (http://textexpage.s154.xrea.com/software/ttkcmigemo/)
3.Legacy\lib\に配置する
4.Bagel.bdsprojを開いてF9を押す
5.Legacy\Bagel\bin\にBagel.exeが作られる。
XULRunnerが登録さえされていれば正常に起動できるはず。
当然ながらTurbo Delphi Explorerが必要
Cygwinもあると便利
■xpidlpasをビルドするには
執筆中