update package
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,10 @@
|
||||
# go-xmlsec
|
||||
|
||||
[](http://godoc.org/github.com/crewjam/go-xmlsec) [](https://travis-ci.org/crewjam/go-xmlsec)
|
||||
[](http://godoc.org/git.deineagentur.com/DeineAgenturUG/go-xmlsec)
|
||||
[](https://travis-ci.org/tecnickcom/go-xmlsec?branch=master)
|
||||
[](https://coveralls.io/github/tecnickcom/go-xmlsec?branch=master)
|
||||
[](https://goreportcard.com/report/git.deineagentur.com/DeineAgenturUG/go-xmlsec)
|
||||
|
||||
|
||||
A partial wrapper for [xmlsec](https://www.aleksey.com/xmlsec).
|
||||
|
||||
@@ -43,12 +47,12 @@ As seems to be the case for many things in the XMLish world, the xmldsig and xml
|
||||
This package uses cgo to wrap libxmlsec. As such, you'll need libxmlsec headers and a C compiler to make it work. On linux, this might look like:
|
||||
|
||||
$ apt-get install libxml2-dev libxmlsec1-dev pkg-config
|
||||
$ go get github.com/crewjam/go-xmlsec
|
||||
$ go get git.deineagentur.com/DeineAgenturUG/go-xmlsec
|
||||
|
||||
On Mac with homebrew, this might look like:
|
||||
|
||||
$ brew install libxmlsec1 libxml2 pkg-config
|
||||
$ go get github.com/crewjam/go-xmlsec
|
||||
$ go get git.deineagentur.com/DeineAgenturUG/go-xmlsec
|
||||
|
||||
# Static Linking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user