tivtag / mruby-samples

Sample Code for hosting Ruby within C++ via mruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mruby-samples

Sample Code for hosting Ruby within C++ via mruby. Plus it shows how to setup Premake4 as a build config system.

Required

How to Compile and Run

Linux

  1. Install premake4
  2. Download/Clone mruby into /dependencies/
  3. cd to sample-1
  4. give read+write permissions by calling: chmod 775 build.sh
  5. compile and run in one go by calling: ./build.sh

About

Sample Code for hosting Ruby within C++ via mruby