-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Patrick Jennings edited this page Jun 15, 2015
·
25 revisions
- FUSE Library
- Flickcurl Library - Git
- libcurl
- pkg-config
- glib2
$ sudo apt-get install git pkg-config libfuse-dev gcc libglib2.0-dev automake libtool gtk-doc-tools $ git clone https://github.com/dajobe/flickcurl.git $ cd flickcurl $ ./autogen.sh $ make $ sudo make install
$ cd FlickrFS/ $ make $ sudo make install
$ 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!