Skip to content

building vg (or not building vg)

Eric T. Dawson edited this page May 31, 2018 · 10 revisions

Full build instructions are available in the README.

Building vg

git clone --recursive https://github.com/vgteam/vg
cd vg
source source_me.sh
make -j 4

Docker

 docker pull quay.io/vgteam/vg
 docker run -it vgteam/vg
Clone this wiki locally