blob: f1bc0b7bf59f63f9430eb8b8668dfa7064c502b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
This is Caja-Dropbox, a fork of Nautilus-Dropbox for MATE Desktop.
Building Dropbox Caja Extension From Source Tarball
--------------------------------------------------
You will need the following packages (or equivalent):
libcaja-extension-dev
In the caja-dropbox dir just do:
$ ./autogen.sh
$ make
$ sudo make install
After installing the package you must restart Caja. You can do that by issuing the following command (note: if you're running compiz, doing so may lock up your computer - log out and log back in instead):
$ killall caja
|