Skip to content

pjanot/albers-core

Repository files navigation

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

About

core albers library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published