Difference between revisions of "Caja-dropbox"

From LFScript
(Created page with "Category:Scripts <scriptname>caja-dropbox</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/caja-dropbox-1.17.0.tar.xz</sourcecode> == D...")
(No difference)

Revision as of 19:43, 1 March 2017

LFScript can find this software under the name caja-dropbox.

Sources

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/caja-dropbox \
        --disable-static &&
make

As the root user:

make install