Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions source/installguide/building_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,15 @@ running:
$ mvn -P deps

Now that we have resolved the dependencies we can move on to building
CloudStack and packaging them into DEBs by issuing the following
command.
CloudStack and packaging them into DEBs by running the script in ``packaging`` folder:


.. parsed-literal::

$ dpkg-buildpackage -uc -us
$ cd packaging/
$ ./build-deb.sh

This command will build the following debian packages. You should have
This script will build the following debian packages. You should have
all of the following:

.. parsed-literal::
Expand Down Expand Up @@ -573,3 +574,11 @@ to build from source.
#. Once you've built CloudStack with the ``noredist`` profile, you can
package it using the `“Building RPMs from Source” <#building-rpms-from-source>`_
or `“Building DEB packages” <#building-deb-packages>`_ instructions.

.. note::

In case you are building debian packages via script ``packaging/build-deb.sh``, you will need to export the following configuration:

.. parsed-literal::

$ export ACS_BUILD_OPTS="-Dnoredist -Dnonoss"