Re: Build Pango for Windows
- From: Bill Kelly <billk cts com>
- To: "gtk-i18n-list gnome org" <gtk-i18n-list gnome org>
- Subject: Re: Build Pango for Windows
- Date: Mon, 24 Oct 2016 16:42:11 -0700
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]