/lucia_json_file

Experimental TJSONFile

Primary LanguageC++

Short usage instruction

  1. Checkout repository

    git clone ...

  2. Configure ROOT on your machine

See how use ROOT from cvmfs, may be root already installed

  1. Build TJSONFile as library

    [shell] mkdir build [shell] cd build [shell] cmake .. [shell] make

  2. Run example scripts from build directory, see printouts

    [shell] root ../create.cxx

  3. Done