X-Git-Url: http://git.zarb.org/?p=booh;a=blobdiff_plain;f=INSTALL;h=f4ba8910b0a4d79f5bebd8c849da5db70d9d8aea;hp=f6d80e4627f43d257aa22319a97eb6fece7ca2a7;hb=8a59cf6ba27df57b3235ea29e4e6360ab0f68051;hpb=c8f20ffe76df4c66fffe2a8c2e115ca8f0fe160f diff --git a/INSTALL b/INSTALL index f6d80e4..f4ba891 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,14 @@ This software requires for compiling: -- gtk >= 2.6 +- gtk >= 2.8 - devel of gtk - ruby - ruby-gettext >= 0.8.0 -- ruby-gtk2 >= 0.12 +- ruby-gtk2 >= 0.12; notice: + - ruby-gtk2 0.15.0, 0.17.0 and 0.18.1 should be avoided, they are known + problematic versions + - with ruby >= 1.8.7, ruby-gtk2 >= 0.18.0 should be used, otherwise + crashes will occur - devel of ruby-gnome2 (mkmf-gnome2.rb, rbgobject.h) - devel of libexiv2 (and thus, g++) @@ -16,11 +20,16 @@ This software requires for compiling: And for runtime: -- convert (from ImageMagick) -- identify (from ImageMagick) -- exif -- mplayer (not strictly needed if you won't manipulate any video) - +- convert (from ImageMagick) - for photos thumbnails generation +- identify (from ImageMagick) - for photos captions +- exif - to show full formatted EXIF information from photos +- mplayer - for videos thumbnails generation +- ffmpeg (with mp3lame compiled in) - for generating embedded + .flv videos, to use with flowplayer (may not be a hard require) +- gimp - for photos editing (may not be a hard require) +- mozilla-firefox - for showing albums in browser, and going on the + web for tutorials (may not be a hard require) +- lftp - for uploading web-albums Compiling and Installing Quick Start @@ -29,7 +38,7 @@ Type this as normal user: # ruby setup.rb config # ruby setup.rb setup # cd ext - # ./build.sh + # ruby extconf.rb && make And type this as superuser: @@ -50,4 +59,5 @@ Note: it will install things in traditional directories plus ruby_archdir and ruby_libdir. Change FPATH in ${buildroot}/local/lib/site_ruby/1.8/booh/config.rb to suit your $buildroot -Find icons for you menu system in the icons/ subdir. +Find desktop stuff (.desktop entry and icons) for your menu/packaging system +in the destkop/ subdir.