You are not logged in. This forum allows only logged in users to post. If you want to post in the forum, please log in.
Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
mymixihistory
>
Fóruns
>
Developers
>
Build環境構築について
mymixihistory
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
Subversion
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
Fóruns
List of Forums
Developers (3)
Ajuda (1)
Open Discussion (1)
Mailing Lists
list of ML
mmh-users
News
Fóruns:
Developers
(Thread #30086)
Return to Thread list
RSS
Build環境構築について (2011-08-09 10:26 by
seven7stars7
#59047)
Criar tíquete
1.ActivePerlのインストール
→2011/8/8時点で5.14.1.1401でした
http://downloads.activestate.com/ActivePerl/releases/5.14.1.1401/ActivePerl-5.14.1.1401-MSWin32-x86-294969.msi
2.必要なパッケージインストール
ppm-shellコマンドで登録できそうですが、GUIでやってしまいました。
a.ppmコマンド実行
b.Ctrl+1でView all packagesを表示
c.以下のパッケージを見つけて、右クリックしてマーキング
・Getopt-ArgvFile
・Module-ScanDeps
・PAR
・PAR-Dist
・Parse-Binary
・Win32-Exe
d.Ctrl+Enterでインストール開始
e.インストールが終わったらPerl Package Managerは終了して構わない。
3.PAR::Packerのインストール
次のコマンドを実行
cpan -fi PAR::Packer
勝手にMinGWとかをダウンロードして、コンパイルが始まります。
かなり時間が掛かります。
以上で環境は構築されてるはずです。
新しいコマンドプロンプトを起動してmmh/srcの下で、
pl2exe.batコマンドを実行すれば、mmh.exeが作成されます。
※注意点
Oracleの入ってる環境で実行すると、PERL5LIB環境変数が設定されていて、
変なライブラリを参照しに行ってしまいました。
PERL5LIB環境変数は削除する!
RE: Build環境構築について (2011-08-09 10:53 by
aishukaido
#59049)
Criar tíquete
Seven7Stars7さん:
有難うございます!。
当方の環境でもexe化できるようにトライします(^o^)/
Responder a
#59047