2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-27 23:01:12 +00:00

Update builds.rst

This commit is contained in:
Victor Hu
2015-10-30 12:23:05 -04:00
parent 12d3484ef5
commit 9d7cfaf94e

View File

@@ -31,13 +31,13 @@ The following steps will help configure ``pod2rst`` and be able to generate the
#. For each of the above Perl modules:
* **[root]** Extract and build the Perl module ::
* **[as root]** Extract and build the Perl module ::
perl Makefile.PL
make
make install
* **[non-root]** Extrat and build the Perl module using PREFIX to specify a directory that you have write permission ::
* **[as non-root]** Extrat and build the Perl module using PREFIX to specify a directory that you have write permission ::
mkdir ~/perllib
perl Makefile.PL PREFIX=~/perllib
@@ -46,12 +46,12 @@ The following steps will help configure ``pod2rst`` and be able to generate the
#. Execute the script ``create_man_pages.py`` to generate the .rst files into ``xcat-core/docs`` :
* **[root]** ::
* **[as root]** ::
cd xcat-core
./create_man_pages.py
* **[non root]** ::
* **[as non root]** ::
cd xcat-core
./create_man_pages.py --prefix=~/perllib