Skip to content

Installation

Patrick Jennings edited this page Jun 15, 2015 · 25 revisions

Dependencies

On Ubuntu, you can install all dependencies with the following command.
sudo apt-get install git libflickcurl-dev libflickcurl0 flickcurl-utils pkg-config libfuse-dev gcc libglib2.0-dev

Installation

$ git clone https://github.com/patrickjennings/FlickrMS.git
$ cd FlickrFS/
$ make
$ sudo make install

Configuration

$ flickrms ~/flickr/

Pass the directory you would like to use as your flickr directory. The application will ask you to go to the authorization page. This page will ask you to authorize use of your account with the flickrms public API key.

Follow the instructions and copy your 9-digit FOB into the application. The filesystem will now be configured!

This concludes the installation of FlickrFS and the configuration of the Flickcurl library. FlickrFS is now read to use!

Clone this wiki locally