Skip to content

Commit 0af8d00

Browse files
Update README.md
1 parent e4b5e70 commit 0af8d00

File tree

1 file changed

+11
-37
lines changed

1 file changed

+11
-37
lines changed

README.md

Lines changed: 11 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ the same CTL program can apply the same transform to an image.
4141
## Package Contents ##
4242
The CTL source code contains the following:
4343

44-
* `lib/` - CTL libraries and the CTL interpreter
45-
* `doc/` - CTL documentation
46-
* `OpenEXR_CTL/` - sample CTL applications utilizing IlmImfCtl
44+
* `.github/` - github CI workflow files
45+
* `cmake/` - cmake support files
4746
* `ctlrender/` - an application that allows for application of CTL transforms to
4847
an image using one or more CTL scripts, potentially converting the file format
4948
in the process.
50-
* `config/` - CMake configuration files
49+
* `doc/` - CTL documentation
50+
* `docker/` - dockerfiles that compile CTL on various platforms
51+
* `lib/` - CTL libraries and the CTL interpreter
52+
* `OpenEXR_CTL/` - sample CTL applications utilizing IlmImfCtl
53+
* `resources/` - scripts and support files for unit tests
5154
* `unittest/` - unit test files
5255

5356
## Installation Prerequisites ##
@@ -76,39 +79,8 @@ below.
7679

7780
$ brew install cmake
7881

79-
__IlmBase__
80-
81-
The CTL interpreter depends on the IlmBase software package, which can be
82-
downloaded from http://www.openexr.com or use one of the commands below.
83-
84-
* Ubuntu
85-
86-
$ sudo apt-get install libilmbase-dev
87-
88-
* Redhat
89-
90-
$ yum install ilmbase-devel
91-
92-
* OS X
93-
94-
* Install homebrew if not already installed
95-
96-
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
97-
98-
* Install ilmBase
99-
100-
$ brew install ilmBase
101-
102-
### Suggested ###
103-
10482
__OpenEXR__
10583

106-
If you want to use CTL together with the OpenEXR image file format, you should
107-
download OpenEXR. The sample programs included with the CTL package (i.e.
108-
ctlrender, dpxexr, exr_ctl_exr, etc.) require that OpenEXR be installed. OpenEXR
109-
can be downloaded from http://www.openexr.com/downloads.html or using one of the
110-
commands below.
111-
11284
* Ubuntu
11385

11486
$ sudo apt-get install libopenexr-dev
@@ -127,17 +99,19 @@ commands below.
12799

128100
$ brew install openexr
129101

102+
### Suggested ###
103+
130104
__TIFF__
131105

132-
If you want to use CTL together with the TIFF image file format, you should download libTiff. libTiff can be downloaded from http://www.remotesensing.org/libtiff/ or using one of the commands below.
106+
If you want to use CTL together with the TIFF image file format, you should download libTiff. libTiff can be downloaded from [http://www.remotesensing.org/libtiff/](https://libtiff.gitlab.io/libtiff/) or using one of the commands below.
133107

134108
* Ubuntu
135109

136110
$ sudo apt-get install libtiff-dev
137111

138112
* Redhat
139113

140-
$ yum install libtiff4
114+
$ yum install libtiff-devel
141115

142116
* OS X
143117

0 commit comments

Comments
 (0)