RubyInline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your Ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (Fortran, Perl, whatever). The code is compiled and run on the fly when needed.
RubyInline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your Ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (Fortran, Perl, whatever). The code is compiled and run on the fly when needed.
To install rb-rubyinline, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-rubyinline
To see what files were installed by rb-rubyinline, run:
port contents rb-rubyinline
To later upgrade rb-rubyinline, run:
sudo port selfupdate && sudo port upgrade rb-rubyinline
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.