Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Prerequisites:

1. Ensure you have the Go tools installed.

2. If using Linux, ensure you have the `libcap` development headers
2. If using Linux, ensure you have `gcc` and the `libcap` development headers
installed. (Most distributions will have a package called `libcap-dev` or
similar.)

Expand All @@ -99,7 +99,7 @@ Option A: Using Go build commands (works on any platform):
2. Run `go get -d -t -u github.com/namecoin/ncdns/...`. The ncdns source code will be
retrieved automatically.

3. Run `go generate github.com/namecoin/x509_compressed/...`. The compressed public key patch will be applied.
3. Run `go generate github.com/namecoin/x509-compressed/...`. The compressed public key patch will be applied.

4. Run `go get -t -u github.com/namecoin/ncdns/...`. ncdns will be built. The binaries will be at
$GOPATH/bin/ncdns.
Expand Down