-
Notifications
You must be signed in to change notification settings - Fork 194
building vg (or not building vg)
Eric T. Dawson edited this page Sep 15, 2016
·
10 revisions
vg isn't exactly easy to build. We use a lot of external libraries, many of which are quite large and might themselves have external dependencies.
If you want to try vg before committing to the build process, checkout our docker image (and please lets know if it doesn't work for you!).
Alright, we need a few things before we even think about building vg:
- A modern version (4.9+) of GCC.
- zlib
- Raptor
- RDFutils
- A lot of patience.
Move to your desired build directory - let's just say ~
- and grab the source code from github.
cd ~
git clone --recursive https://github.com/vgteam/vg.git
This will probably take a few minutes, depending on your connection speed.
Alright, first we need to prep our environment. We wrote a script to do this for you:
cd vg
source source_me.sh