Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

ayllon/raw-root

Repository files navigation

#raw-root

RAW backend for ROOT files.

Build

raw-root uses sbt to orchestrate the build, with the plugin sbt-cpp enabled to build the native bits.

You can build raw-root in two different manners:

Directly using sbt:

sbt "nativeBuildConfiguration <sbt configuration>" compile

Using the convenience Makefile:

make [stage|clean]

The target "stage" will create a directory "stage" with all the artifacts that have been built.

Since the Makefile is there just for convenience, in both cases sbt will retrieve and build by itself sbt-cpp and raw as dependencies. Additionally, you will need to have the development headers of ROOT and JNI installed.

Their paths are currenly hardcoded in project/Build.scala.

About

RAW plugin for Root Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published