Re: Build Pango for Windows



Hi,

I found this link quite useful:
https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack, it
gives libs built by msvc (if that is of any use to you).

An alternative is here: https://github.com/wingtk/gtk-win32

Their Python script automates building the whole dependency tree.


By default their script expects various dependencies on the root of C: drive.
However, it accepts overrides.  Here's an example invocation for building
GTK3 with VS2015 on Win64, with dependencies in non-default locations:

python ./build.py build -p x64 -c release --clean --build-dir P:/code/gtk-build --msys-dir C:/dev/msys64 
--perl-dir C:/dev/perl520/x64 --python-dir C:/dev/python27 --vs-ver 14 --vs-install-path C:/dev/vs-2015 
--cmake-path M:/dev/cmake-3.6.2-win64-x64/bin gtk3


Regards,

Bill



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]