===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
odil-0.12.0/documentation/installation/index.rst-18-2. Inside the directory containing the source code, create a ``build`` directory.
odil-0.12.0/documentation/installation/index.rst:19:3. From the ``build`` directory, run ``cmake -D CMAKE_INSTALL_PREFIX="${INSTALL_DIR}" ..`` to configure the project (replacing ``${INSTALL_DIR}`` with the destination directory for the installed files).
odil-0.12.0/documentation/installation/index.rst-20-4. Run ``cmake --build . --target install`` to build and install Odil.
##############################################
odil-0.12.0/documentation/installation/linux.rst-27-
odil-0.12.0/documentation/installation/linux.rst:28:First, choose where the compiled files will be installed: it can be for example ``$HOME/local``. From the source directory, create a ``build`` directory, configure and run the build:
odil-0.12.0/documentation/installation/linux.rst-29-
##############################################
odil-0.12.0/documentation/installation/linux.rst-36-
odil-0.12.0/documentation/installation/linux.rst:37:The ``${INSTALL_DIR}`` in the previous snippet must be replaced with the installation directory.
odil-0.12.0/documentation/installation/linux.rst-38-
##############################################
odil-0.12.0/documentation/installation/mac.rst-28-
odil-0.12.0/documentation/installation/mac.rst:29:First, choose where the compiled files will be installed: it can be for example ``$HOME/local``. From the source directory, create a ``build`` directory, configure and run the build:
odil-0.12.0/documentation/installation/mac.rst-30-
##############################################
odil-0.12.0/documentation/installation/mac.rst-37-
odil-0.12.0/documentation/installation/mac.rst:38:The ``${INSTALL_DIR}`` in the previous snippet must be replaced with the installation directory.
odil-0.12.0/documentation/installation/mac.rst-39-