all finde
This commit is contained in:
@@ -45,13 +45,13 @@ 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 git.deineagentur.com/DeineAgenturUG/go-xmlsec
|
||||
apt-get install libxml2-dev libxmlsec1-dev pkg-config
|
||||
go get git.deineagentur.com/DeineAgenturUG/go-xmlsec
|
||||
|
||||
On Mac with homebrew, this might look like:
|
||||
|
||||
$ brew install libxmlsec1 libxml2 pkg-config
|
||||
$ go get git.deineagentur.com/DeineAgenturUG/go-xmlsec
|
||||
brew install libxmlsec1 libxml2 pkg-config
|
||||
go get git.deineagentur.com/DeineAgenturUG/go-xmlsec
|
||||
|
||||
## Static Linking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user