Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
3ec9cfaa
Commit
3ec9cfaa
authored
Jan 21, 2014
by
Eric Lindvall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of RUBY_MAKE_INSTALL_OPTS in README
parent
52b27568
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
+3
-3
No files found.
README.md
View file @
3ec9cfaa
...
...
@@ -119,9 +119,9 @@ You can set certain environment variables to control the build process.
*
`MAKE`
lets you override the command to use for
`make`
. Useful for specifying
GNU make (
`gmake`
) on some systems.
*
`MAKE_OPTS`
(or
`MAKEOPTS`
) lets you pass additional options to
`make`
.
*
`RUBY_CONFIGURE_OPTS`
and
`RUBY_MAKE_OPTS`
allow you to specify configure and
make options for buildling MRI. These variables will be passed to Ruby only,
not any dependent packages (e.g. libyaml).
*
`RUBY_CONFIGURE_OPTS`
,
`RUBY_MAKE_OPTS`
and
`RUBY_MAKE_INSTALL_OPTS`
allow
you to specify configure and make options for buildling MRI. These variables
will be passed to Ruby only,
not any dependent packages (e.g. libyaml).
### Applying patches to Ruby before compiling
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment