b2c をコンパイルする時には、以下のツールが必要になります。
C コンパイラ (gcc など。他の C コンパイラは未テスト。)
make (GNU make もしくは、BSD make)
flex (lex はサポートしていません。)
GNU bison (yacc はサポートしていません。)
b2c では環境設定のために autoconf を使っています。 ですのでインストールするためには以下のように実行して下さい。
$ ./configure
$ make
# make install
設定の option を見るためには、./configure --help を実行して下さい。
互換性のためのファイル
ドキュメント
Debian パッケージのためのファイル
BASIC のサンプル
テスト用の BASIC のファイル
作者は以下の環境で動作を確認しました。
Debian GNU/Linux(i386)
FreeBSD Release 4.5(i386)
Cygwin
上記以外の環境で動作確認をしたら、結果を作者までお知らせ下さい。
Copyright (C) 1999-2002 OHURA Makoto [lt ]ohura@netfort.gr.jp[gt ]
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
バグ報告、使ってみた感想などは、作者 <ohura@netfort.gr.jp> までお願いします。
最新版は、 http://www.netfort.gr.jp/~ohura/develop.shtml で公開されます。