[Kde-bindings] install qtruby&co into $HOME

Richard Dale rdale at foton.es
Mon Mar 31 11:15:21 UTC 2008


On Sunday 30 March 2008 02:38:26 Andreas Pakulat wrote:
> Hi,
>
> Is there a way to not have to install qtruby&Co into /usr/local/... when
> /usr/bin/ruby (i.e. distro ruby) is used? I'd like to avoid building
> ruby from source, but also like to avoid having to install qtruby system
> wide.
The CMakeLists.txt files in kdebindings for ruby use a 
CUSTOM_RUBY_SITE_ARCH_DIR variable as an install destination, and so I would 
expect that it should be possible to use a local directory as a value:

cmake -DCUSTOM_RUBY_SITE_ARCH_DIR=/my/local/dir

-- Richard



More information about the Kde-bindings mailing list