On Fedora8 i386, the following procedure works (as given on
http://code.whytheluckystiff.net/shoes/wiki/BuildingShoes )
$ git clone git://github.com/why/shoes.git ${SHOES_DIR}
$ cd ${SHOES_DIR}
$ sudo yum install -y giflib-devel cairo-devel libpixman-devel pango-devel
libjpeg-devel gtk2-devel ruby-devel
$ rake
On Fedora 8 x86_64, I'm having difficulty with multiple ruby libraries (i386
and x86_64 mixed).
This does not seem to be a shoes problem, but more a Fedora8/yum
problem. I think I will wait until I get Fedora9 installed on that
machine..
On Wed, 2008-05-14 at 17:39 -0500, Bob Gustafson wrote:
> I had this problem and copied over the rubygems directory from r540
>
> I'm on Fedora8. x86_64
>
> Still having problems with incompatible libraries
>
> ------ abandoned above --
>
> I'm now working on the rubygems version
>