-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (19 loc) · 1.12 KB
/
README
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
26
################################################################################
# BadgerDB quick start guide #
################################################################################
################################################################################
# Building the source and documentation #
################################################################################
To build the source:
$ make
To build the real API documentation (requires Doxygen):
$ make doc
To view the documentation, open docs/index.html in your web browser after
running make doc.
################################################################################
# Prerequisites #
################################################################################
If you are running this on a CSL instructional machine, these are taken care of.
Otherwise, you need:
* a modern C++ compiler (gcc version 4.6 or higher, any recent version of clang)
* doxygen (version 1.4 or higher)