Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Lanthony <yann.lanthony@gmail.com>2018-06-07 17:54:05 +0300
committerYann Lanthony <yann.lanthony@gmail.com>2018-06-08 15:45:49 +0300
commit1a1251a9af4e23d0b53f3869d1bfa1d5c1590bd8 (patch)
treefca8ffdd2dda2593512c902854ca1ed2995b1f31 /README.md
parentcb285a63f572833d1aa59c9c68944b3fed1a95db (diff)
[setup] split dev requirements + update install doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2dcf3401..ed057113 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ![Meshroom - 3D Reconstruction Sofware](/docs/logo/banner-meshroom.png)
+# ![Meshroom - 3D Reconstruction Software](/docs/logo/banner-meshroom.png)
Meshroom is a free, open-source 3D Reconstruction Software based on the [AliceVision](https://github.com/alicevision/AliceVision) framework.
@@ -6,7 +6,8 @@ Learn more details about the pipeline on [AliceVision website](http://alicevisio
See [results of the pipeline on sketchfab](http://sketchfab.com/AliceVision).
-
+Continous integration:
+* Windows: [![Build status](https://ci.appveyor.com/api/projects/status/25sd7lfr3v0rnvni/branch/develop?svg=true)](https://ci.appveyor.com/project/AliceVision/meshroom/branch/develop)
## Photogrammetry
Photogrammetry is the science of making measurements from photographs.
@@ -26,13 +27,13 @@ The project is released under MPLv2, see [**COPYING.md**](COPYING.md).
See [**INSTALL.md**](INSTALL.md) to setup the project and pre-requisites.
-Get the source code:
+Get the source code and install runtime requirements:
```bash
git clone --recursive git://github.com/alicevision/meshroom
cd meshroom
+pip install -r requirements.txt
```
-
## Start Meshroom
You need to have [AliceVision](https://github.com/alicevision/AliceVision) installation in your PATH and LD_LIBRARY_PATH.