Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 10, 2017
1 parent 0dc9f75 commit a91cded
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 62 deletions.
4 changes: 1 addition & 3 deletions README
Expand Up @@ -58,9 +58,7 @@ To install Rubinius, use the following steps:
1. Ensure that MRI 2.0+, rubygems, rake, git and LLVM are installed
2. git clone git://github.com/rubinius/rubinius.git
3. cd rubinius
4. bundle
5. ./configure --prefix=/path/to/install/dir
6. rake
4. ./build.sh --prefix=/path/to/install/dir

When the install process finishes, follow the directions printed to the
terminal to add the Rubinius executable (bin) directory to your PATH.
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -43,9 +43,7 @@ To install Rubinius, use the following steps:
1. Ensure that MRI 2.0+, rubygems, rake, git and LLVM are installed
2. git clone git://github.com/rubinius/rubinius.git
3. cd rubinius
4. bundle
5. ./configure --prefix=/path/to/install/dir
6. rake
4. ./build.sh --prefix=/path/to/install/dir

When the install process finishes, follow the directions printed to the terminal to add the Rubinius executable (bin) directory to your PATH.

Expand Down
4 changes: 0 additions & 4 deletions rakelib/vm.rake
Expand Up @@ -163,10 +163,6 @@ def files(targets, dependencies=nil, &block)
end
end

directory "machine/gen"

file 'build/scripts/field_extract.rb' => 'machine/gen'

task :run_field_extract do
ruby 'build/scripts/field_extract.rb', *field_extract_headers
end
Expand Down
18 changes: 0 additions & 18 deletions rubinius-build_tools.gemspec

This file was deleted.

16 changes: 0 additions & 16 deletions rubinius-developer_tools.gemspec

This file was deleted.

18 changes: 0 additions & 18 deletions rubinius.gemspec

This file was deleted.

0 comments on commit a91cded

Please sign in to comment.