summaryrefslogtreecommitdiff
path: root/README
blob: 4f06091232c5d54fc9a91ce98eeea761c88822c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
WiredTiger 1.0.0: (February  3, 2012)

This is version 1.0.0 of WiredTiger.

See the file LICENSE for redistribution information.

To view release and installation documentation, open

	http://source.wiredtiger.com/

or docs/index.html in your web browser.

To build in a POSIX environment (for example, Linux or other UNIX-like
system), run:

	./configure && make

To install in the standard POSIX environment locations, enter:

	make install

For more information on build and installation options, see the
WiredTiger documentation.