.. include:: ../include/global.inc Build from Sources ************************ .. note:: There is a all-in-one build development installation available (Windows, several versions of Visual Studio). This contains all dependencies that are required to build itom and its main plugins from sources. See the section :ref:`All-In-One development setup ` below for more information. Alternatively, it is possible to get the sources of |itom| (e.g. clone the latest Git repository from https://bitbucket.org/itom/itom.git) and compile an up-to-date version of |itom|. This is recommended for developers (e.g. plugin developers) and required for linux users. Before getting the source files, check the build dependencies below which contain software packages and libraries necessary to build and |itom|. .. toctree:: :maxdepth: 1 build_dependencies.rst git_clone.rst build_cmake.rst For linux including the Raspberry Pi as well as Mac OS X, a short description of the installation that contains more specific information than the sections above, is available here: .. toctree:: :maxdepth: 1 build_linux.rst build_raspi.rst build_fedora.rst build_osx.rst