Skip to content

Commit

Permalink
Add Markdown Readme and update Travis CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Jul 20, 2019
1 parent fc84dbc commit ff8ff04
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions Readme.txt → Readme.md
@@ -1,36 +1,42 @@
Authors :
[main author] Yasutaka Furukawa furukawa[AT]cs.washington.edu
[main author] Jean Ponce Jean.Ponce[AT]ens.fr
[Windows Porting] Pierre moulon pmoulon[AT]gmail.com

[![Build Status](https://travis-ci.org/pmoulon/CMVS-PMVS.svg?branch=master)](https://travis-ci.org/pmoulon/CMVS-PMVS)

Authors :
- [main author] Yasutaka Furukawa, Jean Ponce
- [Windows Porting] Pierre moulon

Special thanks to ASTRE Henri for the PTHREAD 64 bits lib and dll : http://www.visual-experiments.com/

Date : 13 July 2011
Initial port date : 13 July 2011

--------------------
- Web ressources : -
- Web resources : -
--------------------
[CMVS] http://grail.cs.washington.edu/software/cmvs/
[windows porting] http://francemapping.free.fr/Portfolio/Prog3D/CMVS.html
- [CMVS] http://grail.cs.washington.edu/software/cmvs/
- [windows porting] http://francemapping.free.fr/Portfolio/Prog3D/CMVS.html


--------------------
-- Compilation --
--------------------

Windows => Use precompiled binary, or compile it with VS2008/2010 (Express or pro, Pro will allow you to enable Opemp in CMVS)
- Windows
=> Use precompiled binary, or compile it with VS2008/2010 (Express or pro, Pro will allow you to enable Opemp in CMVS)
=> Use CMake GUI in order to generate the Visual Studio project file (in ./program you will find the main CMakeLists.txt).

Linux => use makefile in program.
- Linux
=> use makefile in program.

Or use CMake build system :
=> Install the following libraries : jpeg boost boost-graph
=> Install the following libraries : jpeg boost boost-graph
```
$ mkdir OutputLinux
$ cd OutputLinux
$ cmake . ..
$ make
=> That's all. Openmp is not activated yet. Add openmp in the cmvs link option and define the _OPENMP cxx flags

=> That's all. Openmp is not activated yet.
Add openmp in the cmvs link option and define the _OPENMP cxx flags
```

--------------------
---- Notes : ----
Expand All @@ -57,6 +63,6 @@ What have been done on native Yasutaka Furukawa source code :

- Updated internal jpeg library and miniBoost

- CMake-system now supports system boost, jpeg and other libraries if available.
- CMake-system now supports system boost, jpeg and other libraries if available.

- Replaced pthread with tinycthread to get rid of pthread.dll on Windows

0 comments on commit ff8ff04

Please sign in to comment.