README.md edited online with Bitbucket

This commit is contained in:
Alexander Nozik 2015-12-18 13:40:44 +00:00
parent dc5a97c002
commit f455448a64

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Purpose #
This repository contains tools and utilities for [Trotsk nu-mass](http://www.inr.ru/~trdat/) experiment.
# Set-up #
This project build using [DataForge](http://www.inr.ru/~nozik/dataforge/) framework. Currently in order to compile numass tools, one need to download dataforge gradle project [here](https://bitbucket.org/Altavir/dataforge). If both projects (numass and dataforge) are in the same directory, everything will work out of the box, otherwise, one needs to edit `gradle.properties` file in the root of numass project and set `dataforgePath` to the relative path of dataforge directory.
It is intended to fix this problem with public maven repository later.