diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-03-21 17:44:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 17:44:28 +0000 |
commit | 59ee691ba40e67e4975e0eaf768efb6df286ed3c (patch) | |
tree | 040e4d5aaf3a5aa05456a84fde72feaa16fdeda0 /docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst | |
parent | b1495d4fa3175a3ffea301dedb9b0a60ca9ada44 (diff) | |
parent | d4b19c2012c72015c7554ad0b0f098b9dae8aa7c (diff) |
Merge "This patch is used to update the documents of D-release."
Diffstat (limited to 'docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst')
-rw-r--r-- | docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst b/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst index 23177344e..4ddcb6f2e 100644 --- a/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst +++ b/docs/installationprocedure/kvm4nfv-cicd.installation.instruction.rst @@ -33,15 +33,37 @@ the Rpms (on 'centos') and Debians (on 'ubuntu') builds in this case. * How to build Kernel/Qemu Rpms- To build rpm packages, build.sh script is run with -p and -o option (i.e. if -p package option is passed as "centos" or in - default case). Example: sh ./ci/build.sh -p centos -o build_output + default case). Example: + +.. code:: bash + + cd kvmfornfv/ + + For Kernel/Qemu RPMs, + sh ./ci/build.sh -p centos -o build_output * How to build Kernel/Qemu Debians- To build debian packages, build.sh script is run with -p and -o option (i.e. if -p package option is passed as - "ubuntu"). Example: sh ./ci/build.sh -p ubuntu -o build_output + "ubuntu"). Example: + +.. code:: bash + + cd kvmfornfv/ + + For Kernel/Qemu Debians, + sh ./ci/build.sh -p ubuntu -o build_output + * How to build all Kernel & Qemu, Rpms & Debians- To build both debian and rpm packages, build.sh script is run with -p and -o option (i.e. if -p package - option is passed as "both"). Example: sh ./ci/build.sh -p both -o build_output + option is passed as "both"). Example: + +.. code:: bash + + cd kvmfornfv/ + + For Kernel/Qemu RPMs and Debians, + sh ./ci/build.sh -p both -o build_output Installation instructions ------------------------- |