mattn · GitHub

Folders and files

NameName

Last commit message

Last commit date

Repository files navigation

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

Readme

Activity

Stars

9 stars

Watchers

4 watching

Forks

9 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗