6.2 Installation

Hollywood plugins use the file extension *.hwp. The location where Hollywood plugins must be installed differs from platform to platform. Here is a breakdown of the different search paths that Hollywood will scan for plugins:

All these search paths can also be modified by editing the file sysroot.conf that is part of the Hollywood installation. Alternatively, you can also use the ‘-sysroot’ and ‘-postsysroot’ console arguments to modify Hollywood's search paths. See Console arguments for details.

When distributing a compiled Hollywood program, plugins required by your program must simply be put into the same directory as your program. The only exception is when compiling application bundles for macOS: In the case of macOS app bundles, plugins need to be put into the Resources directory of the application bundle, i.e. in MyProject.app/Contents/Resources.

Of course, plugins can also be linked directly into the executables you compile with Hollywood. In that case, you don't have care about where to put plugins at all. See Linking plugins for details.


Show TOC