Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
pre-built binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Oct 19, 2016
1 parent 8e38b7d commit f2f4404
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ The goal was to create a fast data store that provides:
Getting started
---------------

### Getting SummitDB

The easiest way to get SummitDB is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows.
Instructions for using these binaries are on the GitHub [releases page](https://github.com/tidwall/summitdb/releases).

If you want to try the latest version, you can build SummitDB from the master branch.

### Building SummitDB

SummitDB can be compiled and used on Linux, OSX, Windows, FreeBSD, and probably others since the codebase is 100% Go. We support both 32 bit and 64 bit systems. Go must be installed on the build machine.
Expand All @@ -49,6 +56,9 @@ To run tests:
$ make test
```
### Running
First start a single-member cluster:
Expand Down

0 comments on commit f2f4404

Please sign in to comment.