File: INSTALL

package info (click to toggle)
herisvm 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 328 kB
  • sloc: sh: 1,471; ruby: 615; makefile: 28
file content (23 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Build time dependencies:
  -- mk-configure (https://github.com/cheusov/mk-configure)
     is needed for building and installing the project

  -- pod2man script

Runtime dependencies:
  -- bash
  -- ruby>=1.9.3
  -- modern awk (gnu awk and nawk are good enough)

Examples of how to build

   # cd herisvm-x.y.z
   # mkcmake all
   # mkcmake install

   or

   $ cd herisvm-x.y.z
   $ export PREFIX=/usr MANDIR=/usr/share/man SYSCONFDIR=/etc
   $ mkcmake all
   $ mkcmake install DESTDIR=/tmp/destdir