summaryrefslogtreecommitdiff
path: root/doc/build-packages/archlinux/README
blob: 64be978ba7900edf77bc19685fc7fbfc87daf2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Sytem requires:
  fakeroot, logrotate, nginx, uwsgi

Build time requires:
  make, binutils, gcc, bison, autoconf, automake, pkgconfig,
  file (libmagic), pcre2, libxml2, md4c

Runtime requires:
  libmagic, pcre2, libxml2, md4c

As non-privileged user:

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

As root:

  # pacman -U ./csvn-ui-0.1.5-2-x86_64.pkg.tar.zst

After install you have to configure uWsgi and Nginx servers (see: README.md).