strongSwan Installation Documentation » History » Version 39
Tobias Brunner, 15.02.2011 18:01
Link to maemo added
1 | 25 | Tobias Brunner | h1. strongSwan Installation Documentation |
---|---|---|---|
2 | 1 | Martin Willi | |
3 | 1 | Martin Willi | |
4 | 25 | Tobias Brunner | |
5 | 1 | Martin Willi | h2. Live testing system |
6 | 25 | Tobias Brunner | |
7 | 26 | Tobias Brunner | We have built a [[OpenWRTDemo|small test system]] to run strongSwan without installation or configuration. It is based on a UML kernel, two small "OpenWRT":http://openwrt.org/ images and should run on any x86 Linux system out of the box. |
8 | 25 | Tobias Brunner | |
9 | 25 | Tobias Brunner | |
10 | 25 | Tobias Brunner | h2. Distribution packages |
11 | 25 | Tobias Brunner | |
12 | 25 | Tobias Brunner | |
13 | 1 | Martin Willi | There are currently packages for: |
14 | 27 | Tobias Brunner | * "Debian":http://packages.debian.org/search?keywords=strongswan&searchon=names&suite=all§ion=all |
15 | 31 | Andreas Steffen | * "Ubuntu":http://packages.ubuntu.com/search?keywords=strongswan&searchon=names&suite=all§ion=all |
16 | 27 | Tobias Brunner | * "openSUSE":http://software.opensuse.org/search?p=1&q=strongswan |
17 | 27 | Tobias Brunner | * "Gentoo":http://packages.gentoo.org/package/net-misc/strongswan |
18 | 39 | Tobias Brunner | * "Maemo":http://maemo.org/packages/view/strongswan/ |
19 | 1 | Martin Willi | |
20 | 1 | Martin Willi | |
21 | 25 | Tobias Brunner | h2. Compile yourself |
22 | 16 | Martin Willi | |
23 | 16 | Martin Willi | |
24 | 1 | Martin Willi | |
25 | 30 | Andreas Steffen | h3. Linux Kernel requirements |
26 | 25 | Tobias Brunner | |
27 | 25 | Tobias Brunner | strongSwan should run on most distros' kernels. If you build your own kernel, include [[KernelModules|the required modules]]. |
28 | 25 | Tobias Brunner | |
29 | 25 | Tobias Brunner | |
30 | 25 | Tobias Brunner | h3. Building strongSwan |
31 | 25 | Tobias Brunner | |
32 | 38 | Tobias Brunner | We have changed the buid system to autotools for the 4.x releases. There is a growing list of [[Autoconf45|autoconf options]] available: |
33 | 25 | Tobias Brunner | |
34 | 38 | Tobias Brunner | * [[Autoconf45|Autoconf options for 4.5 releases]] (current) |
35 | 38 | Tobias Brunner | * [[Autoconf44|Autoconf options for 4.4 releases]] |
36 | 34 | Andreas Steffen | * [[Autoconf| Autoconf options for 4.3 releases]] |
37 | 28 | Andreas Steffen | * [[Autoconf42|Autoconf options for 4.2 releases]] |
38 | 27 | Tobias Brunner | * [[Autoconf41|Autoconf options for 4.1 releases]] |
39 | 25 | Tobias Brunner | |
40 | 16 | Martin Willi | The build procedure is as with any autotools project: |
41 | 25 | Tobias Brunner | <pre> |
42 | 29 | Andreas Steffen | wget http://download.strongswan.org/strongswan-4.x.x.tar.bz2 |
43 | 29 | Andreas Steffen | tar jxvf strongswan-4.x.x.tar.bz2; cd strongswan-4.x.x |
44 | 29 | Andreas Steffen | ./configure --prefix=/usr --sysconfdir=/etc --<your-options> |
45 | 1 | Martin Willi | make |
46 | 1 | Martin Willi | sudo make install |
47 | 1 | Martin Willi | </pre> |
48 | 30 | Andreas Steffen | |
49 | 33 | Tobias Brunner | h3. Building strongSwan on other platforms |
50 | 30 | Andreas Steffen | |
51 | 30 | Andreas Steffen | * [[FreeBSD|strongSwan on FreeBSD]] (IKEv2 only) |
52 | 1 | Martin Willi | * [[MacOSX|strongSwan on Mac OS X]] (IKEv2 only) |
53 | 33 | Tobias Brunner | * [[Android|strongSwan on Android]] (IKEv2 only) |