-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
25 lines (16 loc) · 755 Bytes
/
INSTALL
File metadata and controls
25 lines (16 loc) · 755 Bytes
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
= Installation =
Please check the RELEASE notes and our website for complete build
instructions and documentation:
http://www.diva-project.org/wiki/Installation
Diva is using SCons as the build system. You need to have it installed
to build this software. For those who would like to start quick &
dirty, type:
`scons`
to build diva. You can now run it using the `bin/diva-uninstalled.sh`
script. If you'd like to install it system-wide type:
`scons install PREFIX=/usr`
Please refer to the wiki docs if in trouble.
= Packaging =
If you're a package maintainer (or you're building a package for Diva)
please take a look at the SConstruct file and the notes in the header
(path) section of it. Try to use the latest SCons version possible.