Skip to content

Commit 87bd6c7

Browse files
committed
docu update
1 parent 68c72fd commit 87bd6c7

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Version History
88
- Fixed compile error on some macOS systems
99
- Fixed minor compile issues with Visual Studio
1010
- Lowered the CPU requirement to SSE4.1
11+
- Minor example update
1112

1213
### Changes in v0.8.0:
1314

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ you need the following prerequisites:
7272
git clone --recursive https://github.com/OpenImageDenoise/oidn.git
7373

7474
- To build Open Image Denoise you need [CMake](http://www.cmake.org)
75-
3.0 or later, a C++11 compiler (we recommend using Clang, but also
75+
3.1 or later, a C++11 compiler (we recommend using Clang, but also
7676
support GCC, Microsoft Visual Studio 2015 or later, and [Intel® C++
7777
Compiler](https://software.intel.com/en-us/c-compilers) 17.0 or
7878
later), and Python 2.7 or later.

doc/compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you need the following prerequisites:
1717

1818
git clone --recursive https://github.com/OpenImageDenoise/oidn.git
1919

20-
- To build Open Image Denoise you need [CMake](http://www.cmake.org) 3.0 or
20+
- To build Open Image Denoise you need [CMake](http://www.cmake.org) 3.1 or
2121
later, a C++11 compiler (we recommend using Clang, but also support GCC,
2222
Microsoft Visual Studio 2015 or later, and
2323
[Intel® C++ Compiler](https://software.intel.com/en-us/c-compilers) 17.0 or

readme.pdf

41 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)