Skip to content

Build process tweaks #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lmc
Copy link

@lmc lmc commented Oct 19, 2018

Hey there,
First off, thanks for your work on this, it's a pretty exciting idea to be able to use MRuby in browsers.

I did have a few issues getting started with it, especially when it was installed using gem install, which doesn't checkout the mruby submodule. I did find the current instructions a bit confusing as to which parts of the building/using/examples instructions needed to happen in the gem dir vs. my own project dir, and was not able to get it to recompile with different gems.

I also found it desirable to use a vendored version of mruby for each project, instead of having the gem provide it. This allows for different mruby-gems and build settings per-project.

I've made a few tweaks to allow using a vendored, easily-tweakable mruby install for each project, and updated the readme to reflect the instructions that got me started properly with it. Let me know how this looks, or if you'd like any changes made. Thanks again!

@blacktm
Copy link
Owner

blacktm commented Oct 24, 2018

Hi @lmc, thanks for the ideas and contribution! I just got back from some travel and checking it out now.

@blacktm blacktm force-pushed the fix-build-process-and-instructions branch from 913726a to 043be51 Compare October 25, 2018 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants