Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Build Instructions

Zach Peters edited this page May 10, 2018 · 6 revisions

Prerequisites

Installing Go

First install Go

https://golang.org/doc/install

Building speedtest

  • Clone/build speedtest go get github.com/zpeters/speedtest/cmd/speedtest
    • This might look a little odd, but it is correct. The "main" program is not in the root, it is in the "cmd" folder.
  • cd $GOPATH/bin/
  • ./speedtest

Cross Compiling

Clone this wiki locally