mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-1428 Add a note about the location of the freetype headers and library for the Linux sample.
X-SVN-Rev: 8165
This commit is contained in:
parent
c72bf21f22
commit
2a837c7b87
1 changed files with 8 additions and 2 deletions
|
@ -27,8 +27,14 @@ select the layout project in the project toolbar and build it. </p>
|
|||
you invoke the runConfigureICU script. When you've done that, layout should
|
||||
build when you do "make all install" </p>
|
||||
<p>To build the demo on Windows, just open the layout project in <icu>\source\samples\layout
|
||||
and build it. On Linux systems, connect to <top-build-dir>/samples/layout
|
||||
and do "make all" <br>
|
||||
and build it.</p>
|
||||
<p>On Linux systems, connect to <top-build-dir>/samples/layout and
|
||||
do "make all" The layout demo uses FreeType 1. The make files assume
|
||||
that the FreeType header files are in /usr/include/freetype1, and that the
|
||||
freetype library is /usr/lib/libttf.so. This is how RedHat Linux 7.2 installs
|
||||
FreeType 1. If your system is different, you may need to add sym links to
|
||||
where the files are stored on your system, or modify <top-src-dir>/samples/layout/Makefile.in
|
||||
to reference the files correctly for your system.<br>
|
||||
</p>
|
||||
<h2> How do I run the demo?</h2>
|
||||
Before you can run the demo, you'll need to get the fonts it uses. For legal
|
||||
|
|
Loading…
Add table
Reference in a new issue