X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL.win32;h=f641c14d95f4e5efbb720a422cc397fbfb120cae;hb=78fcf0e4d918f04bcdbaa2b9f57dbbb328aaf383;hp=f7e84c0545cd447ae4211733442ecc6cffa65645;hpb=ad9f50ce8d53e4256d68ab149b6797b9e8bd15d7;p=vlc diff --git a/INSTALL.win32 b/INSTALL.win32 index f7e84c0545..f641c14d95 100644 --- a/INSTALL.win32 +++ b/INSTALL.win32 @@ -124,6 +124,7 @@ If you are cross-compiling from Debian, you can use something along those lines: ./bootstrap && \ + PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ @@ -148,6 +149,7 @@ along those lines: ./bootstrap && \ PATH=/usr/local/mingw/bin:$PATH \ + PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS=-I/usr/win32/include \ LDFLAGS=-L/usr/win32/lib \ CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \ @@ -173,6 +175,7 @@ hasn't been tested in about a year or so. So to build without the emulation layer, use something like this: ./bootstrap && \ + PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \ @@ -198,6 +201,7 @@ CXX="g++ -mno-cygwin" line. You're on your own though. If you are compiling with MSYS/MINGW, then you can use something along those lines: ./bootstrap && \ + PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ ./configure \