*MoarVM [#c4cd56b9]

**インストール方法 [#l4b2cc17]

- まずはMercurialリポジトリもしくはGitHubからMoarVMを取得
 % hg clone ssh://one@http://www.cr.ie.u-ryukyu.ac.jp/hg/Members/anatofuz/MoarVM/ (保存先。指定しない場合./MoarVMになる)
- GitHubからの場合
  % git clone git@github.com:MoarVM/MoarVM.git

- 予めインストール先のディレクトリを作っておく
- build
 % ./Configure.pl --cc /usr/local/x86-cbc/bin/gcc --debug --no-optimize --compiler gcc --prefix=/mnt/dalmore-home/one/src/build_perl6/MoarVM

- 各オプション
-- cc
--- コンパイラのパスを設定する
-- debug
--- debugオプション
-- compiler
--- コンパイラの種類を指定する
--- gcc, clang, clをサポートしている
--  toolchain <toolchain>
--- "posix", "gnu", "bsd" and "msvc"のツールチェインを選択可能
-- prefix
--- make installの先を指定

- make
 % make -j 50 && make install


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS