1 This software requires for compiling:
6 - ruby-gettext >= 0.8.0
8 - devel of ruby-gnome2 (mkmf-gnome2.rb, rbgobject.h)
9 - devel of libexiv2 (and thus, g++)
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) - for photos thumbnails generation
20 - identify (from ImageMagick) - for photos captions
21 - exif - to show full formatted EXIF information from photos
22 - mplayer - for videos thumbnails generation
23 - gimp - for photos editing (may not be a hard require)
24 - mozilla-firefox - for showing albums in browser, and going on the
25 web for tutorials (may not be a hard require)
28 Compiling and Installing Quick Start
30 Type this as normal user:
32 # ruby setup.rb config
35 # ruby extconf.rb && make
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_archdir=`ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']"`
46 $ libdir=`ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']"`
48 $ ruby setup.rb install --prefix=${buildroot}
50 $ make install DESTDIR=${buildroot} libdir=${buildroot}${libdir} archdir=${buildroot}${ruby_archdir}
52 Note: it will install things in traditional directories plus
53 ruby_archdir and ruby_libdir.
54 Change FPATH in ${buildroot}/local/lib/site_ruby/1.8/booh/config.rb to suit your $buildroot
56 Find desktop stuff (.desktop entry and icons) for your menu/packaging system
57 in the destkop/ subdir.