Skip to content

Commit

Permalink
* Reduce text to make it easier to see what is needed for the initial…
Browse files Browse the repository at this point in the history
… build.
  • Loading branch information
donv committed Feb 28, 2015
1 parent a015cf9 commit c7e83bd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions BUILDING.md
Expand Up @@ -23,19 +23,13 @@ command to execute is:
mvn
```

Or if you prefer to be more explicit, the default "install" goal can
be specified:

```
mvn install
```

This will do all of the following:
This will run the default "install" goal (```mvn install```) and will do all of the following:

* Compile JRuby
* Compile JRuby-Truffle
* Build `lib/jruby.jar`, needed for running at command line
* It will install the default gems specifications `lib/ruby/gems/shared/specifications/default/` and the ruby files of those gems in `lib/ruby/stdlib/`.
* It will install the default gems specifications `lib/ruby/gems/shared/specifications/default/` and the ruby files of
those gems in `lib/ruby/stdlib/`.

The environment is now suitable for running Ruby applications.

Expand Down

0 comments on commit c7e83bd

Please sign in to comment.