blob: f9f68df8e2416f67a099098e245d0a0d15e3c4ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Hi Friend!
This is *the* Dropbox extension for Caja!!!
Now you can use your favorite sync, versioning, and backup software with GNU/Linux!
Yes!! Radical!!! Gnarly!!!!
Check us out at http://www.dropbox.com/
<3,
Rian Hunter and the rest of the Dropbox Team
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:
$ ./configure
$ 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
|