Ignore:
Timestamp:
03/04/2016 06:24:48 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
dea3187
Parents:
57977df
Message:

Merge changes from trunk to r17055.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17058 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    r57977df r8964c2f  
    132132
    133133    <para>
    134       Install <application>Graphite2</application> by running the following
    135       commands:
    136     </para>
    137 
    138 <screen><userinput>mkdir build &amp;&amp;
    139 cd    build &amp;&amp;
    140 
    141 cmake -G "Unix Makefiles"         \
    142       -DCMAKE_INSTALL_PREFIX=/usr \
    143       .. &amp;&amp;
    144 
    145 make</userinput></screen>
    146 
    147     <para>
    148       If you wish to build the documentation, issue:
    149     </para>
    150 
    151 <screen><userinput>make docs</userinput></screen>
    152 
    153     <para>
    154134      Some tests fail if
    155135      <ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
     
    158138
    159139<screen><userinput>sed -i '/cmptest/d' tests/CMakeLists.txt</userinput></screen>
     140
     141    <para>
     142      Install <application>Graphite2</application> by running the following
     143      commands:
     144    </para>
     145
     146<screen><userinput>mkdir build &amp;&amp;
     147cd    build &amp;&amp;
     148
     149cmake -G "Unix Makefiles"         \
     150      -DCMAKE_INSTALL_PREFIX=/usr \
     151      -Wno-dev .. &amp;&amp;
     152
     153make</userinput></screen>
     154
     155    <para>
     156      If you wish to build the documentation, issue:
     157    </para>
     158
     159<screen><userinput>make docs</userinput></screen>
    160160
    161161    <para>
Note: See TracChangeset for help on using the changeset viewer.