How to Install flickcurl on Mac using Brew

Package Information:

Name: flickcurl
Use: Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses.
URL: http://librdf.org/flickcurl/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install flickcurl using brew
    brew install flickcurl

flickcurl is ready to use now!