Skip to content

building pas

pkivolowitz edited this page Apr 14, 2017 · 6 revisions

This being Linux, building from source seems unavoidable. Sigh.

  1. Get git.

apt-get install git

  1. Close the repository.

git clone https://github.com/pkivolowitz/pas.git

  1. Get the mysql c++ connector.

apt-get install libmysqlcppconn-dev

  1. Get Google Protocol Buffers (proto3) located here:

https://github.com/google/protobuf/releases/tag/v3.0.0

  1. Get go.

apt-get install golang-go

Clone this wiki locally