Skip to content

Commit

Permalink
Merge pull request #237 from yui-knk/remove_install_guide_via_setup_rb
Browse files Browse the repository at this point in the history
Remove install guide by setup.rb
  • Loading branch information
yui-knk committed Oct 29, 2023
2 parents 54a3ae6 + 1326539 commit ff90b38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
28 changes: 0 additions & 28 deletions README.ja.rdoc
Expand Up @@ -25,34 +25,6 @@

$ gem install racc

setup.rb インストル:

パッケージのトップディレクトリで次のように入力してください。
($ は通常ユーザ、# はルートのプロンプトです)

$ ruby setup.rb config
$ ruby setup.rb setup
($ su)
# ruby setup.rb install

これで通常のパスに Racc がインストールされます。自分の好き
なディレクトリにインストールしたいときは、setup.rb config に
各種オプションをつけて実行してください。オプションのリストは

$ ruby setup.rb --help

で見られます。


コンパイラがない場合
--------------------

config を以下のようにすれば、拡張モジュールなしで
インストールできます。

$ ruby setup.rb config --without-ext


== テスト

sample/ 以下にいくつか Racc の文法ファイルのサンプルが用意
Expand Down
26 changes: 0 additions & 26 deletions README.rdoc
Expand Up @@ -17,32 +17,6 @@

$ gem install racc

setup.rb install:

Type this in the top directory of the extracted archive:

$ ruby setup.rb config
$ ruby setup.rb setup
($ su)
# ruby setup.rb install

You can install Racc into your favorite directory by giving
options to setup.rb. e.g.

$ ruby setup.rb config --prefix=/usr

For details, try "ruby setup.rb --help".


If you don't have C Compiler
----------------------------

You can install Racc without C compilers. Type following
command in config phase.

$ ruby setup.rb config --without-ext


== Testing Racc

Racc comes with simple calculator. To compile this, on shell:
Expand Down

0 comments on commit ff90b38

Please sign in to comment.