Skip to content

Instantly share code, notes, and snippets.

@saronpasu
Created March 26, 2014 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saronpasu/9778347 to your computer and use it in GitHub Desktop.
Save saronpasu/9778347 to your computer and use it in GitHub Desktop.
require 'fiddle/import'
$DEBUG = true
module Mod
extend Fiddle::Importer
#########################################################################
# libAqKanji2Koe.so.2.0 を Ruby からロード
dlload 'libstdc++.so.6'
dlload './libAqKanji2Koe.so.2.0'
#########################################################################
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment