1 This software requires for compiling:
5 - ruby-gettext >= 0.8.0
7 - devel of ruby-gnome2 (mkmf-gnome2.rb, rbgobject.h)
9 Note: theoretically, gtk and ruby-gtk2 are not needed if
10 you're gonna use only the backend script (the only lost
11 functionality is white balance correction which uses
12 gdk_pixbuf). However, the GUI is an important part of this
13 software and its use is encouraged (it helps a lot).
17 - exif (the binary - coming from http://sourceforge.net/projects/libexif)
18 - convert/identify (from ImageMagick)
19 - transcode (not strictly needed if you won't manipulate any video)
23 Compiling and Installing Quick Start
25 Type this as normal user:
27 # ruby setup.rb config
33 And type this as superuser:
35 $ ruby setup.rb install
39 If you want to package as normal user to another root:
41 $ ruby setup.rb install --prefix=%buildroot
43 $ make install DESTDIR=%buildroot libdir=%buildroot%{_libdir} archdir=%buildroot%ruby_archdir
45 ruby_archdir being the result of: ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']"
47 Note: it will install things in traditional directories plus
48 ruby_archdir and ruby_libdir, the latter one being the result of
49 ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']"