Changeset 87b2a53
- Timestamp:
- 11/14/2015 09:36:59 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ff7ea587
- Parents:
- 8abda171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/xorg7.xml
r8abda171 r87b2a53 124 124 <systemitem class="username">root</systemitem> user:</para> 125 125 126 <screen ><userinput role="root">cat > /etc/profile.d/xorg.sh << "EOF"127 XORG_PREFIX=" <replaceable><PREFIX></replaceable>"128 XORG_CONFIG="--prefix= $XORG_PREFIX --sysconfdir=/etc --localstatedir=/var --disable-static"126 <screen role="root"><userinput>cat > /etc/profile.d/xorg.sh << EOF 127 XORG_PREFIX="$XORG_PREFIX" 128 XORG_CONFIG="--prefix=\$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var --disable-static" 129 129 export XORG_PREFIX XORG_CONFIG 130 130 EOF … … 146 146 as the <systemitem class="username">root</systemitem> user:</para> 147 147 148 <screen ><userinput role="root">cat >> /etc/profile.d/xorg.sh << "EOF"148 <screen role="root"><userinput>cat >> /etc/profile.d/xorg.sh << "EOF" 149 149 150 150 pathappend $XORG_PREFIX/bin PATH … … 167 167 command:</para> 168 168 169 <screen ><userinput role="root">echo "$XORG_PREFIX/lib" >> /etc/ld.so.conf</userinput></screen>169 <screen role="root"><userinput>echo "$XORG_PREFIX/lib" >> /etc/ld.so.conf</userinput></screen> 170 170 171 171 <para>You should also modify … … 176 176 user:</para> 177 177 178 <screen ><userinput role="root">sed "s@/usr/X11R6@<replaceable>$XORG_PREFIX</replaceable>@g" -i /etc/man_db.conf</userinput></screen>178 <screen role="root"><userinput>sed "s@<replaceable>/usr/X11R6</replaceable>@$XORG_PREFIX@g" -i /etc/man_db.conf</userinput></screen> 179 179 180 180 <para>Some applications look for shared files in <filename … … 183 183 user:</para> 184 184 185 <screen ><userinput role="root">ln -sf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen>185 <screen role="root"><userinput>ln -sf $XORG_PREFIX/share/X11 /usr/share/X11</userinput></screen> 186 186 187 187 <para>If building KDE, some cmake files look for Xorg in places other than 188 188 $XORG_PREFIX. Allow cmake to find Xorg with:</para> 189 189 190 <screen ><userinput role="root">ln -sf $XORG_PREFIX /usr/X11R6</userinput></screen>190 <screen role="root"><userinput>ln -sf $XORG_PREFIX /usr/X11R6</userinput></screen> 191 191 192 192 <para>Finally, if building on x86_64, you will need to create the … … 196 196 commands:</para> 197 197 198 <screen ><userinput role="root">install -v -m755 -d $XORG_PREFIX &&198 <screen role="root"><userinput>install -v -m755 -d $XORG_PREFIX && 199 199 install -v -m755 -d $XORG_PREFIX/lib && 200 200 ln -sf lib $XORG_PREFIX/lib64</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.