.. _ibex-packages: *************************** Building packages *************************** .. note:: This section of the documentation is for developers. If you just want to use Ibex as a library or via binaries, you can skip this section entirely .. note:: To build packages, you need to :ref:`use CMake to build Ibex `. To build the package, execute the following command from the **build** directory:: $ make package It will produce 4 files called: * ibex---binaries.deb * ibex---devtools.deb * ibex--.tar.gz and * ibex--.zip. =============================== Debian package =============================== .. note:: Debian package can only be built on Unix machines If you are under Debian or Ubuntu, you can inspect the generated deb files with the following commands:: $ dpkg-deb -I # print information about the package $ dpkg-deb -c # print directories and files inside the package References on debian packaging: `here `_, `here `_, `here `_ and `here `_.