69 lines
2.1 KiB
HTML
69 lines
2.1 KiB
HTML
<html>
|
|
<head>
|
|
<!-- This file has been generated by unroff 1.0, 03/21/96 19:25:18. -->
|
|
<!-- Do not edit! -->
|
|
<link rev="made" href="mailto:net@informatik.uni-bremen.de">
|
|
<title>X11R6 Release Notes, section 1.</title>
|
|
</head><body>
|
|
<h2><a name="section1">1.</a> <tt> </tt>Easy Build Instructions
|
|
<a name="toc1"> </a>
|
|
</h2>
|
|
<p>
|
|
This quick summary is no substitute for reading the full build
|
|
instructions later in this document.<tt> </tt>
|
|
<p>
|
|
Edit <b>xc/config/cf/site.def</b> for local preferences.<tt> </tt>
|
|
If you want to build with <i>gcc</i>
|
|
uncomment the <b>HasGcc2</b> line.<tt> </tt>
|
|
If you want to install somewhere other than <b>/usr/X11R6</b>,
|
|
change
|
|
<b>ProjectRoot</b>. (Do <i>not</i> use <b>DESTDIR</b>.)
|
|
<p>
|
|
If any fixes have been released by the X Consortium,
|
|
stop here and follow the instructions at the top of each patch,
|
|
but don't do any of the <i>make</i>
|
|
commands suggested in the patches. Then continue here.<tt> </tt>
|
|
<p>
|
|
Check the appropriate <b>xc/config/cf/</b><i>vendor</i><b>.cf</b> file to
|
|
make sure that <b>OSMajorVersion</b> and <b>OSMinorVersion</b> are
|
|
set correctly for your system (change them if necessary).<tt> </tt>
|
|
<p>
|
|
See if there is a <b>BootstrapCFlags</b> mentioned in the comments
|
|
in the <i>vendor</i><b>.cf</b> file.<tt> </tt>
|
|
If there isn't one, <i>cd</i> to the <b>xc</b> directory and type:
|
|
<dl><dt><dd>
|
|
<pre>
|
|
make World >& world.log
|
|
</pre>
|
|
</dl>
|
|
<p>
|
|
If there is a <b>BootstrapCFlags</b>, take its value
|
|
and type:
|
|
<dl><dt><dd>
|
|
<pre>
|
|
make World BOOTSTRAPCFLAGS="<i>value</i>" >& world.log
|
|
</pre>
|
|
</dl>
|
|
<p>
|
|
Do not call the output file ``make.log''.<tt> </tt>
|
|
If the build is successful, you can install most of it with:
|
|
<dl><dt><dd>
|
|
<pre>
|
|
make install >& install.log
|
|
</pre>
|
|
</dl>
|
|
<p>
|
|
You can install manual pages with:
|
|
<dl><dt><dd>
|
|
<pre>
|
|
make install.man >& man.log
|
|
</pre>
|
|
</dl>
|
|
<p>
|
|
While the system is building (or if things fail), read the rest of
|
|
these Release Notes.<tt> </tt>
|
|
|
|
<p><hr>
|
|
Markup created by <em>unroff</em> 1.0, <tt> </tt> <tt> </tt>March 21, 1996, <tt> </tt> <tt> </tt>net@informatik.uni-bremen.de</body>
|
|
</html>
|