I wish to program in ruby in QtCreator. If I'm right, I need to install QtRuby + Qt4, but with no success on Ubuntu 14. How to do? Thanks!
I wish to program in ruby in QtCreator. If I'm right, I need to install QtRuby + Qt4, but with no success on Ubuntu 14. How to do? Thanks!
Follow these steps to install Qtruby+Qt4
run following command in terminal
sudo aptitude install libqt4-core libqt4-dev
Download qtruby from http://rubyforge.org/projects/korundum/
Extract qtruby
qtruby installer uses the location of the Ruby binary it is started with
Now install,
ubuntu doesn't look here by default, but the qtruby install puts its libraries here
We had to run make install with root because it writes to /usr/local/lib, but it also writes to $MY_RUBY_HOME.
we don't want root-owned files floating around in there
NOTE - For more information please have a look at rvm documentation