Suggestion: add build instructions for CTL interpreter

Issue #325 resolved
Paul Matthijsse created an issue

Hello, I suggest to add the following build instructions for the CTL interpreter on the “Build ART on Ubuntu” page on Bitbucket.

$ sudo apt install libilmbase-dev libopenexr-dev
$ git clone https://github.com/ampas/CTL.git
$ cd CTL
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install

Comments (1)

  1. Log in to comment