1 This software requires for compiling:
6 - ruby-gettext >= 0.8.0
8 - devel of ruby-gnome2 (mkmf-gnome2.rb, rbgobject.h)
11 Note: theoretically, gtk and ruby-gtk2 are not needed if
12 you're gonna use only the backend script (the only lost
13 functionality is white balance correction which uses
14 gdk_pixbuf). However, the GUI is an important part of this
15 software and its use is encouraged (it helps a lot).
19 - convert (from ImageMagick)
21 For runtime, not strictly needed but nice to have:
23 - transcode and mencoder (not strictly needed if you won't manipulate any video)
24 - exif (to be able to show all EXIF data of a picture)
27 Compiling and Installing Quick Start
29 Type this as normal user:
31 # ruby setup.rb config
37 And type this as superuser:
39 $ ruby setup.rb install
43 If you want to package as normal user to another root:
45 $ ruby setup.rb install --prefix=%buildroot
47 $ make install DESTDIR=%buildroot libdir=%buildroot%{_libdir} archdir=%buildroot%ruby_archdir
49 ruby_archdir being the result of: ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']"
51 Note: it will install things in traditional directories plus
52 ruby_archdir and ruby_libdir, the latter one being the result of
53 ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']"
56 Find icons for you menu system in the icons/ subdir.