updated documentation to reflect changes in the development environment
This commit is contained in:
parent
9c80af5a1d
commit
55dae353cf
2 changed files with 11 additions and 4 deletions
|
@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
|
||||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Author: $Author: maroy $</li>
|
<li>Author: $Author: maroy $</li>
|
||||||
<li>Version: $Revision: 1.15 $</li>
|
<li>Version: $Revision: 1.16 $</li>
|
||||||
<li>Location: $Source:
|
<li>Location: $Source:
|
||||||
/home/cvs/livesupport/doc/gettingStarted.html,v $</li>
|
/home/cvs/livesupport/doc/gettingStarted.html,v $</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -35,6 +35,8 @@ development environment.<br>
|
||||||
</li>
|
</li>
|
||||||
<li>set up additional system resources</li>
|
<li>set up additional system resources</li>
|
||||||
<li>check out the sources</li>
|
<li>check out the sources</li>
|
||||||
|
<li>configure the environment<br>
|
||||||
|
</li>
|
||||||
<li>set up tools used by LiveSupport</li>
|
<li>set up tools used by LiveSupport</li>
|
||||||
<li>personalize your development environment<br>
|
<li>personalize your development environment<br>
|
||||||
</li>
|
</li>
|
||||||
|
@ -116,6 +118,11 @@ would check out the development tree:<br>
|
||||||
This will check out and create the LiveSupport development <a
|
This will check out and create the LiveSupport development <a
|
||||||
href="developmentEnvironment/directoryStructure.html">directory
|
href="developmentEnvironment/directoryStructure.html">directory
|
||||||
structure</a>.<br>
|
structure</a>.<br>
|
||||||
|
<h2>Configure the environment</h2>
|
||||||
|
The development environment as to be configured with an autoconf-style
|
||||||
|
configure script. To do this, simply type:<br>
|
||||||
|
<pre><code><br></code><code>cd livesupport<br></code><code>./configure<br></code></pre>
|
||||||
|
after checking out the sources.<br>
|
||||||
<h2>Set up tools</h2>
|
<h2>Set up tools</h2>
|
||||||
LiveSupport uses widely available tools for development, like the GNU
|
LiveSupport uses widely available tools for development, like the GNU
|
||||||
C++ compiler, but also uses more specific tools. As these tools, or the
|
C++ compiler, but also uses more specific tools. As these tools, or the
|
||||||
|
@ -133,7 +140,7 @@ To achieve all these goals, invoke the target <code>setup</code> in
|
||||||
the main <code>Makefile</code>, at the root of the LiveSupport
|
the main <code>Makefile</code>, at the root of the LiveSupport
|
||||||
directory structure, by issuing the following command in the
|
directory structure, by issuing the following command in the
|
||||||
livesupport directory:<br>
|
livesupport directory:<br>
|
||||||
<pre><code><br>cd livesupport<br>make setup<br><br></code></pre>
|
<pre><code><br>make setup<br><br></code></pre>
|
||||||
The execution of this command will take a while, as all the supporting
|
The execution of this command will take a while, as all the supporting
|
||||||
libraries and tools are compiled and installed to the <code>livesupport/usr</code>
|
libraries and tools are compiled and installed to the <code>livesupport/usr</code>
|
||||||
directory. Please note that nothing is installed outside of the
|
directory. Please note that nothing is installed outside of the
|
||||||
|
|
|
@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
|
||||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Author: $Author: maroy $</li>
|
<li>Author: $Author: maroy $</li>
|
||||||
<li>Version: $Revision: 1.3 $</li>
|
<li>Version: $Revision: 1.4 $</li>
|
||||||
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/release.html,v $</li>
|
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/release.html,v $</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Scope</h1>
|
<h1>Scope</h1>
|
||||||
|
@ -73,7 +73,7 @@ script that are mentioned in the master <code>Makefile</code>.<br>
|
||||||
To create the release tarballs, invoke the distribution script <code>bin/dist.sh</code>,
|
To create the release tarballs, invoke the distribution script <code>bin/dist.sh</code>,
|
||||||
with the release version as its single parameter:<br>
|
with the release version as its single parameter:<br>
|
||||||
<br>
|
<br>
|
||||||
<pre><code>./bin/dist.sh <ls-version><br></code></pre>
|
<pre><code>./bin/dist.sh --version <ls-version><br></code></pre>
|
||||||
<br>
|
<br>
|
||||||
This will create two tarballs in the current directory:<br>
|
This will create two tarballs in the current directory:<br>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue