Skip to content

Commit 63c4120

Browse files
author
Clement Champetier
committed
README: move 'Tested compilers' section to INSTALL.md
1 parent 59ac649 commit 63c4120

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

INSTALL.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
TuttleOFX
2-
=========
1+
# TuttleOFX
32

43

5-
# External dependencies
4+
## External dependencies
65

76
**The only required dependency is boost.**
87
Other dependencies offer more plugins. See how to install them on your platform:
@@ -13,27 +12,46 @@ Other dependencies offer more plugins. See how to install them on your platform:
1312
* [Windows](INSTALL-ext-windows.md)
1413

1514

16-
# Compilation
15+
## Compilation
1716

1817
```bash
1918
./configure
2019
make
2120
make install
2221
```
2322

24-
# Launch tests
23+
## Tested compilers
24+
25+
- Linux
26+
+ GCC 4.1 on OpenSUSE 11.2 64bits
27+
+ GCC 4.4 on OpenSUSE 11.2 64bits
28+
+ GCC 4.6 on Ubuntu 12.04 64bits
29+
+ GCC 4.8 on Ubuntu 14.04 64bits
30+
+ Clang 3.4 on Ubuntu 12.04 64bits
31+
- MacOS
32+
+ Clang 4.2 64bits
33+
- Windows
34+
+ Visual C++ 2010 on Windows XP 32bits
35+
+ GCC-MINGW 3.4.5, 4.3.0 on Windows XP 32bits
36+
37+
38+
## Launch tests
2539

2640
Some test (both C++ and python) need input images to work. You can get them from TuttleOFX-data repository:
41+
2742
```
2843
git clone https://github.com/tuttleofx/TuttleOFX-data.git
2944
```
3045

31-
* C++ tests
32-
Tests of host (```libraries/tuttle/tests```) and plugins (```tests``` directory in each plugin, with test files prefixed by "plugin_") with Boost Unit Test Framework.
33-
After compiling the project, executables are in ```testBin``` directory.
46+
- C++ tests
47+
48+
Tests of host ( __libraries/tuttle/tests__ ) and plugins ( __tests__ directory in each plugin, with test files prefixed by "plugin_") with Boost Unit Test Framework.
49+
After compiling the project, executables are in __testBin__ directory.
50+
51+
- Python tests
52+
53+
Test of host ( __libraries/tuttle/pyTest__ ) with nosetests tool.
3454

35-
* Python tests
36-
Test of host (```libraries/tuttle/pyTest```) with nosetests tool.
3755
```
3856
nosetests libraries/tuttle/pyTest
3957
```

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,6 @@ Documentation
3939
See [**Doxygen documentation**](http://tuttleofx.github.io/TuttleOFX-doxygen/).
4040

4141

42-
Tested compilers
43-
----------------
44-
45-
- Linux
46-
+ GCC 4.1 on OpenSUSE 11.2 64bits
47-
+ GCC 4.4 on OpenSUSE 11.2 64bits
48-
+ GCC 4.6 on Ubuntu 12.04 64bits
49-
+ GCC 4.8 on Ubuntu 14.04 64bits
50-
+ Clang 3.4 on Ubuntu 12.04 64bits
51-
- MacOS
52-
+ Clang 4.2 64bits
53-
- Windows
54-
+ Visual C++ 2010 on Windows XP 32bits
55-
+ GCC-MINGW 3.4.5, 4.3.0 on Windows XP 32bits
56-
57-
5842
More information
5943
----------------
6044

0 commit comments

Comments
 (0)