forked from graysky2/anything-sync-daemon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
39 lines (30 loc) · 1.17 KB
/
INSTALL
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
28
29
30
31
32
33
34
35
36
37
38
39
DEPENDENCIES
bash >=4.0
cron (only if using upstart)
rsync
a supported init system
-systemd
-upstart
WARNING
To avoid data loss, it is HIGHLY recommended that users stop any running
versions of this software before install updates. Internal changes are
always possible from one release to another.
BUILDING
Setup the via a make.
$ make
Running a `make install-xxx` as root will distribute the files to the file-
system. Most users will want to select from three options depending on target
init system (do not run both)!
# make install-systemd-all
# make install-upstart-all
As of v3.13, the Makefiles for systemd-native distros such as Arch, Exherbo,
and Fedora, no longer install the deprecated cron script using a systemd
timer instead. Users may override and install the deprecated cron script by
running make with `install-with-cron` instead of `install` at this point.
USE A DISTRO PROVIDED PACKAGE
ARCH LINUX
Arch users may build the package directly with the provided PKGBUILD:
https://aur.archlinux.org/packages/anything-sync-daemon
CHAKRA
Chakra users may build the package directly with the provided PKGBUILD:
http://chakraos.org/ccr/packages.php?ID=3750