X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=blobdiff_plain;f=examples%2Fcross-compiling-windows-binary.mdwn;h=3a2eb56a95dd4d27e040db73b82d3eb267d8b37e;hp=2e850c12a40de8203db48c70a2a5fcd283e6aaf3;hb=39b01fe8c771163f2f426bc2dca01c4c607d9c70;hpb=7e98de38b86fdeb55fe056d91152d40ea9f01b57 diff --git a/examples/cross-compiling-windows-binary.mdwn b/examples/cross-compiling-windows-binary.mdwn index 2e850c1..3a2eb56 100644 --- a/examples/cross-compiling-windows-binary.mdwn +++ b/examples/cross-compiling-windows-binary.mdwn @@ -24,6 +24,13 @@ There are only a few packages that need to be installed as root to get started: > sudo apt-get install mingw32 wine git-core > sudo apt-get build-dep tinc +Other Linux distributions may also have MinGW packages, use their respective +package management tools to install them. Debian installs the cross-compiler +in `/usr/i586-mingw32msvc/`. Other distributions might install it in another +directory however, for example `/usr/i686-pc-mingw32/`. Check in which directory +it is installed, and replace all occurences of `i586-mingw32msvc` in this +example with the correct name from your distribution. + ### Setting up the build directory and getting the sources We will create a directory called `mingw/` in the home directory. We use