Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Remove C++ install instructions from README
Browse files Browse the repository at this point in the history
Now that Certificate Transparency's Go no longer uses cgo
we can remove the apt-get install build-essential lines from
the readme.
  • Loading branch information
gdbelvin committed Mar 16, 2017
1 parent 6a2e548 commit ed403e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Set `$GOPATH` variable to point to your Go workspace directory and add `$GOPATH/
2. Install prerequisites, Key Transparency client code, and sync all dependencies

```sh
apt-get install build-essential libssl-dev
go get -u github.com/kardianos/govendor
go get -u github.com/google/keytransparency/cmd/...
cd $GOPATH/src/github.com/google/keytransparency
Expand Down Expand Up @@ -87,12 +86,13 @@ Set `$GOPATH` variable to point to your Go workspace directory and add `$GOPATH/

## Running a Key Transparency Cluster

1. Install [etcd v3.1.3](https://github.com/coreos/etcd/releases/tag/v3.1.3).
1. Install
- [Etcd v3.1.3](https://github.com/coreos/etcd/releases/tag/v3.1.3).
- [OpenSSL](https://www.openssl.org/community/binaries.html)

2. Install Key Transparency

```sh
apt-get install build-essential libssl-dev
go get -u github.com/mattn/goreman
go get -u github.com/kardianos/govendor
go get -u github.com/google/keytransparency/...
Expand Down

0 comments on commit ed403e0

Please sign in to comment.