Skip to content
natowi edited this page Oct 18, 2019 · 9 revisions

RST essentials

Sections

 First
 =====

 Second
 ~~~~~~

 Third
 +++++

 Fourth
 ------

Link

`AliceVision <https://github.com/alicevision/AliceVision>`_

Infobox:

warning

 .. warning::

   Meshroom requires

note

 .. note::

   *No Python 2.7 support on Windows?*

Table

tab1

+--------------------------------------------------------------------------+
| Minimum requirements                                                     |
+===================+======================================================+
| Operating systems | Windows x64, Linux, Mac OS X (some work required)    |
+-------------------+------------------------------------------------------+
| CPU               | Recent Intel or AMD cpus                             |
+-------------------+------------------------------------------------------+
| RAM Memory        | 8 GB                                                 |
+-------------------+------------------------------------------------------+
| Hard Drive        | ~400MB for Meshroom + space for your data            |
+-------------------+------------------------------------------------------+
| GPU               | NVIDIA CUDA-enabled GPU (compute capability >= 2.0)  |
+-------------------+------------------------------------------------------+

Enum

dotl

* Windows: Python 3 (>=3.5)

* Linux / Mac OS X: Python 3 (>=3.5) or Python 2 (>= 2.7)

Good reference document: source/install/requirements/requirements.rst

Code

.. code::

  git clone --recursive git://github.com/alicevision/meshroom
  cd meshroom
  pip install -r requirements.txt

Code-block Bash

.. code-block:: bash

  pip install -r requirements.txt -r dev_requirements.txt

Var

``ALICEVISION_INSTALL``

Good reference document: source/install/download/download.rst

Clone this wiki locally