User Tools

Site Tools


slackware:development

Table of Contents

Ruby gems

As root:

cd src/rubygems-1.3.7
export RUBYOPT=""
ruby setup.rb

RUBYOPT is set in .bashrc to include ruby gems, but means that ruby will fail if it can't find a working gems install.

Gems commonly used:

  • mini_exiftool (which requires command-line tool exiftool, source package Image-ExifTool-X.XX.tar.gz)
  • exifr (now rarely used in favour of mini_exiftool, which has read-write access)
  • fileutils
su  # gems can be installed for one user only but otherwise need to be run as administrator or root
gem update --system
gem install mini_exiftool

Qt4

Qt Photo

  • exiftool
  • jhead
  • gems listed above
slackware/development.txt · Last modified: 2019/11/07 17:58 by 127.0.0.1