X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=platforms.mdwn;fp=platforms.mdwn;h=7865a8ee7c9881d3f838730493c8a8e7642c22dd;hb=7c74a57cd95cfc0358fdd5980d9170ea16751dfb;hp=0000000000000000000000000000000000000000;hpb=f980b3945271b51a8a200c44b8d3e7d61d086bab;p=wiki diff --git a/platforms.mdwn b/platforms.mdwn new file mode 100644 index 0000000..7865a8e --- /dev/null +++ b/platforms.mdwn @@ -0,0 +1,30 @@ +## Supported platforms + +We have confirmed that tinc works on the following platforms and we +will make sure it will work on these in the future as well: + +| OS | Architecture | Remarks | +| -- | ------------ | ------- | +| Linux | i386, alpha, sparc, powerpc, x86\_64 | | +| FreeBSD | i386, x86\_64 | | +| Solaris | sparc32 | | +| OpenBSD | i386, x86\_64 | | +| NetBSD | i386 | | +| Darwin (MacOS/X) | powerpc, i386 | See the [[tinc manual|docs]] for requirements. | +| Windows (Cygwin) | i386, x86\_64 with tap64 driver | Runs in a Cygwin environment. | +| Windows (MinGW) | i386, x86\_64 with tap64 driver | Runs natively under Windows 2000, XP, Vista and Windows 7. May need an updated TAP-Win32 driver to work. | + +We are in the process porting tinc to the following architectures. +On some it may already work, on others it will not. You can check +in which stage we are in the table. + +| OS | Architecture | Compiles | Runs | Really works | Remarks | +| -- | ------------ | -------- | ---- | ------------ | ------- | +| Linux | m68k, mips, mipsel, S/390, SH, HPPA | yes | unknown | unknown | Debian autobuilder binaries. | +| GNU HURD | i386 | yes | unknown | unknown | Debian has hurd binaries, but probably misses a tun/tap device. | +| iPhone, iPod touch | arm | yes | yes | yes | Experimental support for these devices is in the [[repository]]. | + +On other platform tinc will likely not compile at all. If you do +want to report a successful compile or if you have succeeded in +actually running tinc on an unsupported platform, please +[[tell us|contact]].