Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Aug 9, 2018
1 parent b55a8b9 commit 0e32457
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# Compile
```
$ git clone [email protected]:instaclustr/cassandra-sstable-tools.git
$ cd cassandra-sstable-tools
# Select the correct branch for major version (default is cassandra-3.11)
$ git checkout cassandra-3.11
$ ant
```

You can compile against an older minor version with `-Dcassandra.version=<version>`. For example:

```
$ ant -Dcassandra.version=3.11.2
```

However only the version specified in build.xml is officially supported,
as compatibility between minor versions can break.

# Install
Copy ic-sstable-tools.jar to /usr/share/cassandra
Copy ic-sstable-tools.jar to Cassandra JAR folder, eg. `/usr/share/cassandra`

Copy the bin/ic-* into your $PATH
Copy the bin/ic-* files into your $PATH

# Documentation

Expand Down

0 comments on commit 0e32457

Please sign in to comment.