summaryrefslogtreecommitdiff
path: root/doc/build-packages/archlinux/README
blob: 0ffa9463a37ab5b81561def78ebfdf546646efd8 (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
28
29
30
31
32
Sytem requires:
  fakeroot, logrotate

Build time requires:
  make, binutils, gcc, bison, autoconf, automake, pkgconfig,
  pcre2

Runtime requires:
  pcre2

As non-privileged user:

  $ mkdir build
  $ cp PKGBUILD build/
  $ cd build/
  $ makepkg

As root:

  # pacman -U ./cscm-0.1.4-2-x86_64.pkg.tar.zst

After install binary package we have to create /etc/csvn-ui.rc [or|and] /etc/cgit-ui.rc
configuration files and then enable and run csvnd.service [or|and] cgitd.service:

 $ systemctl enable csvnd.service
 $ systemctl start csvnd.service

 $ systemctl enable cgitd.service
 $ systemctl start cgitd.service

Then we can to enable csvn-ui [or|and] cgit-ui web-servers.