Changeset ac2c08d
- Timestamp:
- 06/20/2008 12:28:34 AM (16 years ago)
- Branches:
- 6.3, 6.3-rc3
- Children:
- e00ac396
- Parents:
- c65cc63
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc65cc63 rac2c08d 4 4 --> 5 5 6 <!ENTITY day " 09"> <!-- Always 2 digits -->6 <!ENTITY day "19"> <!-- Always 2 digits --> 7 7 <!ENTITY month "06"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> -
introduction/welcome/changelog.xml
rc65cc63 rac2c08d 41 41 42 42 --> 43 <listitem> 44 <para>June 19th, 2008</para> 45 <itemizedlist> 46 <listitem> 47 <para>[dj] - Corrected text surrounding the sample commands 48 Xorg installation.</para> 49 </listitem> 50 <listitem> 51 <para>[dj] - Added libXdmcp to Xorg Libraries required 52 dependendcies.</para> 53 </listitem> 54 <listitem> 55 <para>[dj] - Accounted for additional path depth in Xorg Libraries 56 patch commands. Reported by Philipp Christian Loewner.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 43 61 <listitem> 44 62 <para>June 9th, 2008</para> -
x/installing/x7lib.xml
rc65cc63 rac2c08d 87 87 <para role="required"><xref linkend="ed"/>, 88 88 <xref linkend="fontconfig"/>, 89 <xref linkend="pkgconfig"/>, and 90 <xref linkend="xorg7-proto"/></para> 89 <xref linkend="pkgconfig"/>, 90 <xref linkend="xorg7-proto"/>, and 91 <xref linkend="libXdmcp"/></para> 91 92 92 93 <bridgehead renderas="sect4">Optional</bridgehead> … … 120 121 <screen><userinput>case $(basename "$PWD") in 121 122 libX11-&libX11-version; ) 122 patch -Np1 -i ../ libX11-&libX11-version;-badargs-1.patch &&123 patch -Np1 -i ../../libX11-&libX11-version;-badargs-1.patch && 123 124 sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c 124 125 ;; 125 126 libXfont-&libXfont-version; ) 126 patch -Np1 -i ../ libXfont-&libXfont-version;-pcf_parser-1.patch &&127 patch -Np1 -i ../../libXfont-&libXfont-version;-pcf_parser-1.patch && 127 128 sed -i 's/(ft_isdigit/(isdigit/' src/FreeType/fttools.c 128 129 ;; -
x/installing/xorg7.xml
rc65cc63 rac2c08d 78 78 </note> 79 79 80 <!-- 80 81 <para>Additionally, because of the large number of repetitive commands, 81 82 you are encouraged to script the build. For most sections, you can use 82 83 a script with commands similar to the following, to compile and install 83 84 all packages in a wget file list:</para> 85 --> 86 87 <para>Additionally, because of the large number of repetitive commands, 88 you are encouraged to partially automate the build. The commands below 89 (or similar) can be entered at the command line to compile each group of 90 packages (proto, utils, libs, apps, drivers). The wiki links on each 91 group's page contain specific commands to compile the entire group of 92 packages, based on the content of the wget files.</para> 84 93 85 94 <screen>bash -e #exit on all errors
Note:
See TracChangeset
for help on using the changeset viewer.