Manual installation

If you don't trust the install.sh script, you can do the installation by hand.

Copy files bins & bins_edit somewhere in your PATH (/usr/local/bin sounds good, or ~/bin if you're not root). bins_edit is optional. Then, copy the content of the templates directory in /etc/bins (system wide) or ~/.bins :

    cp bins bins_edit bins-edit-gui ~/bin
    mkdir /usr/local/share/bins
    cp bins-edit-gui.glade /usr/local/share/bins
    mkdir ~/.bins
    cp templates/* ~/.bins
  

If you want to use I18N :

    mkdir -p /usr/local/share/locale/fr/LC_MESSAGES/
    cd intl
    cp fr.mo /usr/local/share/locale/fr/LC_MESSAGES/bins.mo
  

Example given is for french translation, change fr by your language code. French translation is the only one provided for the moment, contact me if you want to translate an album in your language. Be sure your $LANG and $LC_ALL variables are set to your language code if you want to use I18N. Only the strings in the generated album are translated, messages generated on the command line are still in english.