View Single Post
  #4   (View Single Post)  
Old 15th July 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Korundum includes QtRuby among other things -> I have never gotten it to build.

QtRuby -> I did once get to build but it was an older one for Qt3 support.


best start point would likely to install qt4 meta port (or use a pkg -> it's not a small compile!) if you haven't already, then download QtRuby source code, unpack, cd to it's directory, do a ./configure --help to check for any important options you might need. -> Your in the right directory if there is a file called 'configure' there.

I don't recall needing any but, age of my last test + newer versions == YMMV

run ./configure and pass any needed args to it, e.g. --with-somefeature

if configure passes, try to compile it with GNU make (gmake command) and install as normal, e.g. 'gmake install'

should only have to be root to install it.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote