diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 5db08a5a0e..bfec142f8c 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -266,25 +266,25 @@ Packages needed to build an image for a headless system: - $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; + $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; Graphical Extras: Packages recommended if the host system has graphics support: - $ sudo yum -y install SDL-devel xterm + $ sudo yum install SDL-devel xterm Documentation: Packages needed if you are going to build out the Yocto Project documentation manuals: - $ sudo yum -y install make docbook-style-dsssl docbook-style-xsl \ + $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ docbook-dtds docbook-utils fop libxslt dblatex xmlto ADT Installer Extras: Packages needed if you are going to be using the Application Development Toolkit (ADT) Installer: - $ sudo yum -y install autoconf automake libtool glib2-devel + $ sudo yum install autoconf automake libtool glib2-devel @@ -301,7 +301,8 @@ Git 1.7.5 or greater tar 1.24 or greater - Python 2.7.3 or greater + Python 2.7.3 or greater not including + Python 3.x, which is not supported. @@ -312,8 +313,9 @@ system. Regardless of the method, once you have the tarball you simply install it somewhere on you system, such as a directory in your - home directory, and then source the envirnoment script provided, - which adds the tools into PATH. + home directory, and then source the environment script provided, + which adds the tools into PATH and sets + any other environment variables required to run the tools. Doing so gives you working versions of Git, tar, Python and chrpath. @@ -335,7 +337,8 @@ or 64-bit system. Once the build completes, you can find the file that installs the - the tools in tmp/deploy/sdk of the + the tools in the tmp/deploy/sdk subdirectory + of the Build Directory. The file used to install the tarball has the string "buildtools" in the name.