Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 558 Bytes

albers-core

core albers library

On lxplus, before compiling or using this package, set up your environment:

source init.sh

On MacOS, before compiling or using this package, install ROOT and make sure your environment is correctly set to use ROOT and compile programs based on ROOT. Then, set up your environment:

source init_macos.sh 

Compile:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make -j 4 install
cd ..

Test:

./install/bin/albers-write
./install/bin/albers-read