Skip to content

Commit

Permalink
Add instructions fro R3D SDK download and configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Kovář <[email protected]>
  • Loading branch information
1div0 committed Apr 9, 2024
1 parent d936e15 commit c762918
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/r3d.imageio/r3dinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
// SPDX-License-Identifier: Apache-2.0
// https://github.com/AcademySoftwareFoundation/OpenImageIO

// R3D SDK can be downloaded from the following site:
// https://www.red.com/download/r3d-sdk
//
// The code has been tested with the version 8.5.1 installed in
// /opt/R3DSDKv8_5_1 directory and setting up the variable
// export R3DSDK_ROOT="/opt/R3DSDKv8_5_1"

#include <algorithm>
#include <cassert>
#include <cstdio>
Expand Down

0 comments on commit c762918

Please sign in to comment.