Build Flickcurl library and flickcurl(1) utility

  $ ./configure
  $ make

Add the utils directory to your shell search path:

  $ PATH=`pwd`/utils:$PATH
on bourne shells such as Bash or
  $ setenv PATH `pwd`/utils:$PATH
on c shells such as tcsh

You should get an error if you now try the utility:

  $ flickcurl photos.getInfo 1234567
  flickcurl: Configuration file /Users/dajobe/.flickcurl.conf not found.

  ...

This is because there is no configuration set for the library. For the flickcurl(1) utility, it reads the configuration from a file ~/.flickcurl.conf which contains 4 parameters used for authentication: Client Key, Client Secret, Access Token and Access Token Secret. This section describes how those parameters are obtained.