File: INSTALL

package info (click to toggle)
aff4 0.24.post1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,516 kB
  • sloc: sh: 11,655; cpp: 5,438; python: 2,834; makefile: 91
file content (16 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
BUILDING
========

* Build the required prerequisite libraries.

* Build and install the AFF4 library:
  $ ./configure
  $ make
  $ make install


TESTING
=======

* Build and run the tests:
  $ make check