X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=README.mingw;h=5b9e65c5831c9a562854fbcf655e28ea5f6dd775;hp=771204cd495ea725a1b8e74a975b11ae5690268a;hb=231d8d35405dd0423db6cb1950ae77df9f742aa6;hpb=428fab0f11f32097ef95df531c693bfdfa5e271e diff --git a/README.mingw b/README.mingw index 771204c..5b9e65c 100644 --- a/README.mingw +++ b/README.mingw @@ -1,6 +1,6 @@ * How to cross compile libftdi-1.x for Windows? * 1 - Prepare a pkg-config wrapper according to - https://www.flameeyes.eu/autotools-mythbuster/pkgconfig/cross-compiling.html , + https://autotools.io/pkgconfig/cross-compiling.html , additionally export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS and PKG_CONFIG_ALLOW_SYSTEM_LIBS. 2 - Write a CMake toolchain file according to