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 rb31-rubyinline, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb31-rubyinline
To see what files were installed by rb31-rubyinline, run:
port contents rb31-rubyinline
To later upgrade rb31-rubyinline, run:
sudo port selfupdate && sudo port upgrade rb31-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.