ビルド&インストール方法
以下のコマンドを実行します。sudo apt-get update
sudo apt-get -y install build-essential git
git clone https://github.com/wren-lang/wren.git
sudo mv wren /opt
cd /opt/wren/projects/make
make
sudo ln -s /opt/wren/bin/wren_test /usr/local/bin/wren_test
テスト実行
cd
cat << EOF > helloworld.wren
System.print("Hello, world!")
EOF
wren_test helloworld.wren
関連情報
・プロジェクトwebサイトhttp://wren.io/
0 件のコメント:
コメントを投稿