[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion ruby bindings

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2002-01-22 13:40:56 CET

Yoshiki Hayashi <yoshiki@xemacs.org> writes:

> There are two ways to build Ruby bindings, from inside and
> outside of Subversion tree. I have extconf.rb and patch to
> Subversion build system.

Here's the easier one. This script requires mkmf.rb, which
I think is in default library. You'll probably need to hand
edit CFLAGS and LDFLAGS because those values are hard coded
for my Linux box.

To build Ruby binding using this exconf.rb, you need to
install Subversion first. Then, copy exconf.rb to
subversion/bindings/ruby and run ruby extconf.rb. This
script will make Makefile for you, so you can now type make.
If everything goes well, you'll have svn.so in the
directory.

-- 
Yoshiki Hayashi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Oct 21 14:36:57 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.