Skip to content

rajbharath/ruby-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Dependencies

gem install 'ffi'

OS Dependencies (for OSX)

brew install libffi

Step to compile Custom lib C file

gcc -c -fPIC custom_lib.c -o custom_lib.o gcc -shared -o custom_lib.so custom_lib.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published