Update README.txt for MSVC Builds
Tell people that they need to download and install the Adwaita icon theme, by following the instructions given on https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack. Also tell people they can either use IJG JPEG or libjpeg-turbo for non-GDI+ builds of GDK-Pixbuf.
This commit is contained in:
@ -59,9 +59,9 @@ The recommended build order for these dependencies:
|
|||||||
as described in the README.txt file in the build/win32/vs10 folder)
|
as described in the README.txt file in the build/win32/vs10 folder)
|
||||||
-zlib
|
-zlib
|
||||||
-libpng
|
-libpng
|
||||||
-(for GDK-Pixbuf, if not using GDI+) IJG JPEG
|
-(for GDK-Pixbuf, if not using GDI+) IJG JPEG or libjpeg-turbo
|
||||||
-(for GDK-Pixbuf, if not using GDI+) libtiff
|
-(for GDK-Pixbuf, if not using GDI+) libtiff
|
||||||
[libtiff requires zlib and IJG JPEG]
|
[libtiff requires zlib and IJG JPEG or libjpeg-turbo]
|
||||||
-(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library]
|
-(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library]
|
||||||
-(optional for GLib) PCRE (version 8.12 or later, use of CMake to
|
-(optional for GLib) PCRE (version 8.12 or later, use of CMake to
|
||||||
build PCRE is recommended-see build/win32/vs10/README.txt of GLib)
|
build PCRE is recommended-see build/win32/vs10/README.txt of GLib)
|
||||||
@ -81,6 +81,11 @@ built DLLs go into <root>\vs10\<PlatformName>\bin, built LIBs into
|
|||||||
project files higher in the stack are supposed to look for them, not
|
project files higher in the stack are supposed to look for them, not
|
||||||
from a specific GLib source tree.
|
from a specific GLib source tree.
|
||||||
|
|
||||||
|
Please note, as GTK+ uses the Adwaita theme for all platforms by default,
|
||||||
|
most icons used are not included with GTK+ (which *are* needed), so please see
|
||||||
|
https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack (under the
|
||||||
|
GTK+ section) on how to get those icons set up for use with GTK+.
|
||||||
|
|
||||||
*About the dependencies marked with *: These dependencies are optional
|
*About the dependencies marked with *: These dependencies are optional
|
||||||
as those are not compulsory components for building and running GTK+
|
as those are not compulsory components for building and running GTK+
|
||||||
itself, but note that they are needed for people running and building
|
itself, but note that they are needed for people running and building
|
||||||
|
|||||||
@ -58,9 +58,9 @@ The recommended build order for these dependencies:
|
|||||||
as described in the README.txt file in the build/win32/vs9 folder)
|
as described in the README.txt file in the build/win32/vs9 folder)
|
||||||
-zlib
|
-zlib
|
||||||
-libpng
|
-libpng
|
||||||
-(for GDK-Pixbuf, if not using GDI+) IJG JPEG
|
-(for GDK-Pixbuf, if not using GDI+) IJG JPEG or libjpeg-turbo
|
||||||
-(for GDK-Pixbuf, if not using GDI+) libtiff
|
-(for GDK-Pixbuf, if not using GDI+) libtiff
|
||||||
[libtiff requires zlib and IJG JPEG]
|
[libtiff requires zlib and IJG JPEG or libjpeg-turbo]
|
||||||
-(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library])
|
-(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library])
|
||||||
-(optional for GLib) PCRE (version 8.12 or later, use of CMake to
|
-(optional for GLib) PCRE (version 8.12 or later, use of CMake to
|
||||||
build PCRE is recommended-see build/win32/vs9/README.txt of GLib)
|
build PCRE is recommended-see build/win32/vs9/README.txt of GLib)
|
||||||
@ -80,6 +80,11 @@ built DLLs go into <root>\vs9\<PlatformName>\bin, built LIBs into
|
|||||||
project files higher in the stack are supposed to look for them, not
|
project files higher in the stack are supposed to look for them, not
|
||||||
from a specific GLib source tree.
|
from a specific GLib source tree.
|
||||||
|
|
||||||
|
Please note, as GTK+ uses the Adwaita theme for all platforms by default,
|
||||||
|
most icons used are not included with GTK+ (which *are* needed), so please see
|
||||||
|
https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack (under the
|
||||||
|
GTK+ section) on how to get those icons set up for use with GTK+.
|
||||||
|
|
||||||
*About the dependencies marked with *: These dependencies are optional
|
*About the dependencies marked with *: These dependencies are optional
|
||||||
as those are not compulsory components for building and running GTK+
|
as those are not compulsory components for building and running GTK+
|
||||||
itself, but note that they are needed for people running and building
|
itself, but note that they are needed for people running and building
|
||||||
|
|||||||
Reference in New Issue
Block a user