Skip to content

Data compression framework prototype

Matthias Richter edited this page Sep 13, 2016 · 3 revisions

This page describes the development in branch dev-datacompression of the AliceO2 fork of matthiasrichter

Setup

Default installation

Importing into another repository clone

git remote add matthiasrichter https://github.com/matthiasrichter/AliceO2
git remote update matthiasrichter
git branch --track dev-datacompression remotes/matthiasrichter/dev-datacompression
git checkout dev-datacompression

Clone this wiki locally