forked from graysky2/profile-sync-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
34 lines (26 loc) · 1011 Bytes
/
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
DEPENDENCIES
bash >=4.0
coreutils
findutils
glib2 (optional for suspend-sync support via gdbus)
kmod
rsync
systemd
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` as root will distribute the files to the filesystem.
# make install
Note that it is not required in many case, but on occasion, internals are
changed in the psd code which makes users stopping any active psd session
BEFORE the make install setup a good idea.
Users of Arch/Chakra/Antergos and graysky's PPA (Ubuntu/Debian) do not
need to worry about this as the respective package managers will do
this for you. The Fedora packages should also have this built it.
USE A DISTRO PROVIDED PACKAGE
See the project homepage for an updated list of provided packages:
https://github.com/graysky2/profile-sync-daemon