-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Patrick Jennings edited this page Aug 16, 2016
·
25 revisions
- FUSE Library
- Flickcurl Library - Git
- libcurl
- pkg-config
- glib2
- Imagemagick
$ sudo apt-get install git pkg-config libfuse-dev gcc libglib2.0-dev automake libtool gtk-doc-tools libmagickwand-dev $ # Make sure you have a deb-src uncommented for universe in /etc/apt/sources.list $ sudo apt-get build-dep libflickcurl-dev $ git clone https://github.com/dajobe/flickcurl.git $ cd flickcurl $ ./autogen.sh $ make $ sudo make install $ sudo ldconfig
Arch (on AUR)
$ yaourt -S flickrms
$ git clone https://github.com/patrickjennings/FlickrMS.git $ cd FlickrMS/ $ 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!