forked from OpenTSDB/asynchbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
20 lines (15 loc) · 641 Bytes
/
INSTALL
File metadata and controls
20 lines (15 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installation Instructions
*************************
Copyright (C) 2010-2012 The Async HBase Authors.
This file is free documentation; StumbleUpon, Inc gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
Just type `make', and everything should work as long as you have Java
and GNU make installed in your PATH. On some BSD systems, you may have
to type `gmake' instead.
Maven Users
==================
If you would use Maven, ensure protoc is on your path (2.5.0) and then
type 'make pom.xml' to generate a pom.xml file. Thereafter run
'mvn install' to generate the asynchbase jar file.