This page was last updated on Friday, 27-Jan-2017 16:05:57 CST
Installation notes for vg version v1.4.0-2109-g6863e98 2017-01-25
Home Page
Prerequisites
- $ sudo apt-get install build-essential git cmake pkg-config libncurses-dev libbz2-dev
protobuf-compiler libprotoc-dev libjansson-dev automake libtool
jq bc curl unzip redland-utils librdf-dev bison flex
- GCC version 4.9 or greater to compile vg. (Check your version with gcc --version.)
See this if <4.9 https://github.com/vgteam/vg/issues/639
Installation
- $ ver=""
- $ cd /programinstallers/
- $ git clone --recursive https://github.com/vgteam/vg.git
- $ sudo mv vg /usr/local/bin
- $ cd /usr/local/bin/vg
- $ . ./source_me.sh
- $ make static (takes a long time to compile)
- Add to default path for all users
$ sudo nano /etc/profile
…
PATH="$PATH:/usr/local/bin/vg/bin"
…