Mercurial > hg > Document > Growi
annotate Raku/build.md @ 0:e12992dca4a0
init from Growi
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2020 14:05:01 +0900 |
parents | |
children | b6c284fd5ae4 |
rev | line source |
---|---|
0 | 1 # macos 上で Raku を build する |
2 | |
3 git clone https://github.com/rakudo/rakudo.git | |
4 | |
5 ## 以下を実行する | |
6 | |
7 perl Configure.pl --prefix=/Users/one/src/Perl6/rakudo_build --gen-moar --gen-nqp --backends=moar --moar-option='--compiler=clang' --moar-option='--static' | |
8 | |
9 static にしないと moar のshared libraryを見つけられないらしい。開発用なら、これで良いのではないか。 |