-
Notifications
You must be signed in to change notification settings - Fork 32
Development
Lev Khomich edited this page Jul 18, 2016
·
5 revisions
Currently developed version is 0.6.
Project is build using SBT and consists of following modules: core
, http
, spray
and play
.
You can build and test them by running:
sbt +test
As you see from build command above, project supports cross-building. It should work for Scala versions 2.10.4 and 2.11.0 and JDK versions 6, 7 and 8 in any combinations.
One of the steps performed during build process is a thrift code generation. Therefore you will need to have thrift compiler version 0.9 or above installed. Corresponding packages (only Unix-like systems are supported atm):
-
thrift
for OS X (via Homebrew) -
thrift-compiler
for Debian and Ubuntu -
thrift-core
for Arch (via AUR) -
thrift
for Fedora and openSUSE