# Introduction
These are notes on how to compile the software `irvsp`: https://arxiv.org/abs/2002.04032. This was done on LRC but should work on most clusters as it's quite easy to do.
# Steps
1. `git clone https://github.com/zjwang11/irvsp.git`
2. `cd irvsp`
3. `tar -xvzf src_irvsp_v1.tar.gz`
4. `cd src_irvsp_v1`
5. `make`
6. `alias irvsp=/path/to/where/youre/at/irvsp/`
7. Add that last line to your `.bashrc` or whatever, or add `irvsp` to your path directly.
Hopefully `irvsp` will come with more instructions soon.