1PreludeDB Library (http://www.prelude-siem.com)
2PreludeDB is brought to you by CS-SI (http://www.c-s.fr).
3
4
5PreludeDB Library Overview
6========================
7
8The PreludeDB Library provides an abstraction layer upon the type and the format
9of the database used to store IDMEF alerts.
10It allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL,
11and to access the database independently of the type/format of the database.
12
13
14
15Dependencies
16============
17
18   Libprelude must be installed first.
19
20   For Redhat based systems (CentOS, Fedora, etc.)
21       MySQL Plugin        :    mysql-devel
22       PostgresSQL Plugin  :    postgresql-devel
23       SQLite Plugin       :    sqlite-devel
24
25   For Debian systems
26       MySQL Plugin        :    libmysqlclient-dev
27       PostgresSQL Plugin  :    libpq-dev
28       SQLite Plugin       :    libsqlite3-dev
29
30
31
32IRC
33===
34
35If there's something you just can't find out elsewhere, you want to
36give feedback directly to the authors or you're just bored, visit
37#prelude on irc.freenode.net
38
39
40
41Get Support
42===========
43
44
45Prelude-user forums can be accessed at:
46	https://www.prelude-siem.org/projects/prelude/boards
47
48
49Commercial Support is available through the CS-SI company:
50	http://www.prelude-siem.com, contact.prelude@c-s.fr
51
52
53
54Help development
55================
56
571. SUBMITTING PATCHES
58
59The Prelude source is constantly changing. If you want to submit a patch,
60please do so from the most recent GIT source tree, subscribe to the
61prelude-devel forum and post your patch with a description of functionality.
62You can also attach patches to bugs on
63
64        https://www.prelude-siem.org
65
66
672. BUGS
68
69If you find any bugs, please report them to:
70
71	https://www.prelude-siem.org
72
73Please make sure that what you're reporting is actually a BUG and not
74a problem on your side.
75
76
773. SUGGESTIONS
78
79Subscribe to prelude-devel and give us your suggestions.
80
81
82
83How to install the PreludeDB Library
84==================================
85
86
87If you don't want to build the PreludeDB Library yourself, some distributions include binary packages for prelude.
88
89If you want to build PreludeDB, unpack the tarball and cd into the
90newly created directory. Then type :
91
92	./configure
93	make
94
95If everything works, su to root and type:
96
97	make install
98