Files | Admin

Notes:

Release Name: 0.1

Notes:
This is matheval-ruby, a thin wrapper around libmatheval by Aleksandar B. Samardzic. You need to have libmatheval (you can get it at ftp://ftp.gnu.org/gnu/libmatheval/).

To install matheval-ruby, try (requires root privileges)

ruby extconf.rb
make install

or (whithout root privileges)

ruby extconf.rb --home
make install

In the last case, the files will be installed in your home directory. Don't forget to set RUBYLIB appropriatedly then.



Changes: