-
Notifications
You must be signed in to change notification settings - Fork 54
Building From Source
Michael Schenk edited this page Jul 4, 2016
·
6 revisions
Easiest way to understand how to build from source is to utilize the Vagrantfile.
If you don't have Vagrant installed you can download it from here.
git clone https://github.com/git-time-metric/gtm.git
vagrant up
The initial vagrant up will install Go, setup the GOPATH and build GTM within the Linux VM.
Feel free to review the Vagrantfile to understand the steps for building.
You can also consult the .travis.yml and appveyor.yml build configuration files.