diff options
author | Martin Willi <martin@revosec.ch> | 2013-08-29 12:23:48 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-08-29 12:28:54 +0200 |
commit | a0cd955f42bc0d6dfd4342134478bf29b40a5112 (patch) | |
tree | 560969b63b5c53aa3828230d65196085cbeb85e3 /src/frontends/osx/README.md | |
parent | 74ee1120d722b7bcfc14a09ec1c4f226738dc8d6 (diff) | |
download | strongswan-a0cd955f42bc0d6dfd4342134478bf29b40a5112.tar.bz2 strongswan-a0cd955f42bc0d6dfd4342134478bf29b40a5112.tar.xz |
charon-xpc: add a note how to build the source tarball
Diffstat (limited to 'src/frontends/osx/README.md')
-rw-r--r-- | src/frontends/osx/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/frontends/osx/README.md b/src/frontends/osx/README.md index 2e97fea21..a7dced4c1 100644 --- a/src/frontends/osx/README.md +++ b/src/frontends/osx/README.md @@ -13,6 +13,13 @@ needed. charon-xpc is a special build linking statically against strongSwan components. +charon-xpc sources are not part of the official strongSwan distribution. Build +the charon-xpc tarball with: + + git archive -o charon-xpc-$(grep AC_INIT configure.ac | \ + cut -d '[' -f3 | cut -d ']' -f1).tar.bz2 \ + HEAD src/frontends/osx + ## Building strongSwan ## strongSwan on OS X requires the libvstr library. The simplest way to install |