File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
CPDUP -- Filesystem Mirroring Utility
2
2
=====================================
3
3
4
+ Introduction
5
+ ------------
4
6
This repository hosts the ** ` cpdup ` ** utility for the Linux operating system
5
7
ported from the [ DragonFly BSD] ( https://www.dragonflybsd.org/ )
6
8
operating system.
@@ -28,9 +30,23 @@ The `cpdup` utility is distributed under [The 3-Clause BSD License](LICENSE).
28
30
29
31
Manual page: [ ` cpdup(1) ` ] ( https://www.dragonflybsd.org/cgi/web-man?command=cpdup§ion=1 )
30
32
31
- Dependencies:
32
- * Arch: ` libbsd ` , ` openssl ` , ` pkgconf `
33
- * CentOS: ` libbsd-devel ` , ` openssl-devel ` , ` pkgconfig `
34
- * Debian: ` libbsd-dev ` , ` libssl-dev ` , ` pkg-config `
35
33
36
- Build: just execute ` make `
34
+ Build & Installation
35
+ --------------------
36
+ 1 . Install dependencies:
37
+
38
+ * ` make `
39
+ * ` gcc `
40
+ * ` pkg-config `
41
+ * ` libbsd-dev `
42
+ * ` libssl-dev ` (OpenSSL/LibreSSL)
43
+
44
+ Arch Linux: ` pacman -S pkgconf libbsd openssl `
45
+
46
+ CentOS: ` yum install pkgconfig libbsd-devel openssl-devel `
47
+
48
+ Debian: ` apt install pkg-config libbsd-dev libssl-dev `
49
+
50
+ 2 . Build: ` make `
51
+
52
+ 3 . Install: ` sudo make install [PREFIX=/usr/local] `
You can’t perform that action at this time.
0 commit comments