Skip to content

mattn/mruby-sharedlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

mruby-sharedlib

Generate shared library of mruby.

Supported OSs

  • Windows (dll)
  • Linux (so)
  • Mac OSX (dylib)

Usage

MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :github => 'mattn/mruby-sharedlib'
end

You can find the shared library generated in MRUBY_DIR/build/host/bin/mruby.(so|dll|dylib).

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 7

Languages