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
a76647ea
Commit
a76647ea
authored
Nov 22, 2012
by
Daniel Bovensiepen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean build documentation for mrbgems a bit more
parent
151521b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/mrbgems/README.md
doc/mrbgems/README.md
+3
-3
No files found.
doc/mrbgems/README.md
View file @
a76647ea
...
...
@@ -33,8 +33,8 @@ All GEMs have to be located under *$(MRUBY_ROOT)/mrbgems/g/*.
## Build process
mrbgems will call
*make*
to build and
*make clean*
to clean your GEM. You
have to
create
*gem.a*
file during the
build process. How you are going
to do this is
you decision
.
have to
build a
*gem.a*
file during this
build process. How you are going
to do this is
up to you
.
To make your build process more easier and more standardized we suggest
to include
*mrbgems/Makefile4gem*
which defines some helper rules. In
...
...
@@ -99,7 +99,7 @@ classes or add new ones in this way. Put all Ruby files into the *mrblib*
folder.
The
*Makefile*
is used for building a Ruby extension. You should define
define
*GEM*
(GEM name) and
*GEM_RB_FILES*
(all Ruby files). You can use
*GEM*
(GEM name) and
*GEM_RB_FILES*
(all Ruby files). You can use
*gem-rb-files*
to build a
*gem.a*
out of your Ruby code and use
*gem-clean-rb-files*
to clean the generated C files.
...
...
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