Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 663 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 663 Bytes

PADAMO-RS

Rust edition of PADAMO: the universal detector processing software.

Building instructions

Linux

You will need (along with git):

  • Rust compiler (comes with cargo).
  • cmake
  • other usual building stuff (like gcc, make, etc) to build some crates like hdf5 and zlib

Building instructions (after cloning repo):

./builder-release.sh
cargo build --release
cargo run --release

Windows

You will need (along with git):

  • Rust compiler (comes with cargo). Default installation option will be enough.
  • cmake

Building instructions (from cmd, after cloning repo):

builder-release.bat
cargo build --release
cargo run --release