LoginSignup
0

More than 5 years have passed since last update.

cinstしたbison,flexでmrubyをビルドするには

Last updated at Posted at 2016-12-26

Chocolateyでbison,flexを入れる

cinst winflexbison

これで、bison,flexが入るが、コマンド名が

  • win_bison.exe
  • win_flex.exe

このままだと、rakeでbisonが見つからずコケる。

環境変数YACCにbisonの名前を指定できる

VSのNativeコマンドプロンプトにて

set YACC=win_bison
rake

関連記事

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0