diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html index 6f2f5492e..e65293777 100644 --- a/livesupport/doc/gettingStarted.html +++ b/livesupport/doc/gettingStarted.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.
@@ -35,6 +35,8 @@ development environment.
  • set up additional system resources
  • check out the sources
  • +
  • configure the environment
    +
  • set up tools used by LiveSupport
  • personalize your development environment
  • @@ -116,6 +118,11 @@ would check out the development tree:
    This will check out and create the LiveSupport development directory structure.
    +

    Configure the environment

    +The development environment as to be configured with an autoconf-style +configure script. To do this, simply type:
    +

    cd livesupport
    ./configure
    +after checking out the sources.

    Set up tools

    LiveSupport uses widely available tools for development, like the GNU 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 setup in the main Makefile, at the root of the LiveSupport directory structure, by issuing the following command in the livesupport directory:
    -

    cd livesupport
    make setup

    +

    make setup

    The execution of this command will take a while, as all the supporting libraries and tools are compiled and installed to the livesupport/usr directory. Please note that nothing is installed outside of the diff --git a/livesupport/doc/release.html b/livesupport/doc/release.html index 3c5aef71a..9eb4cd752 100644 --- a/livesupport/doc/release.html +++ b/livesupport/doc/release.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.

    Scope

    @@ -73,7 +73,7 @@ script that are mentioned in the master Makefile.
    To create the release tarballs, invoke the distribution script bin/dist.sh, with the release version as its single parameter:

    -
    ./bin/dist.sh <ls-version>
    +
    ./bin/dist.sh --version <ls-version>

    This will create two tarballs in the current directory: