Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
2e73fe5e
Commit
2e73fe5e
authored
Aug 07, 2019
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace i.e. (means "that is") with e.g. (means "for example").
parent
eceaa80d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/guides/compile.md
doc/guides/compile.md
+7
-7
No files found.
doc/guides/compile.md
View file @
2e73fe5e
...
...
@@ -6,11 +6,11 @@ binaries.
## Prerequisites
To compile mruby out of the source code you need the following tools:
*
C Compiler (
i.e
.
```gcc```
)
*
Linker (
i.e
.
```gcc```
)
*
Archive utility (
i.e
.
```ar```
)
*
Parser generator (
i.e
.
```bison```
)
*
Ruby 1.8 or 1.9 (
i.e
.
```ruby```
or
```jruby```
)
*
C Compiler (
e.g
.
```gcc```
)
*
Linker (
e.g
.
```gcc```
)
*
Archive utility (
e.g
.
```ar```
)
*
Parser generator (
e.g
.
```bison```
)
*
Ruby 1.8 or 1.9 (
e.g
.
```ruby```
or
```jruby```
)
Optional:
*
GIT (to update mruby source and integrate mrbgems easier)
...
...
@@ -463,7 +463,7 @@ linking with *build/i386/lib/libmruby_core.a*
### Minimal Library
To build a minimal mruby library you need to use the Cross Compiling
feature due to the reason that there are functions (
i.e
. stdio) which
feature due to the reason that there are functions (
e.g
. stdio) which
can't be disabled for the main build.
```
ruby
...
...
@@ -477,7 +477,7 @@ end
This configuration defines a cross compile build called 'Minimal' which
is using the GCC and compiles for the host machine. It also disables
all usages of stdio and doesn't compile any binaries (
i.e
. mrbc).
all usages of stdio and doesn't compile any binaries (
e.g
. mrbc).
## Test Environment
...
...
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