
Search is based on keyword.
Ex: "Procedures"
Do not search with natural language
Ex: "How do I write a new procedure?"
Installing on Mac
The installation bundle installs the entire Nuke family, including Hiero and HieroPlayer, and icons for the various components appear in your installation folder.
Note: Some modern anti-virus software may wrongly assume that certain files in the Nuke installer are suspicious. Examples of these files include libnuke-12.0.0.so and geolib-runtime-prof.so. If you have trouble installing Nuke on your machine, try disabling your anti-virus software before installation. Don't forget to restart your anti-virus software after installation.
Installing with the User Interface (UI)
1. | Download the correct .dmg installation file from our website at www.foundry.com. |
2. | Double-click on the Nuke11.3v6-mac-x86-release-64.dmg archive to extract the .pkg installer: |
A .pkg file is created.
3. | Double-click on the .pkg file. |
4. | Follow the on-screen instructions to install Nuke. By default, Nuke is installed to |
/Applications/Nuke11.3v6.
5. | The Nuke plug-ins page on our website opens, giving you easy access to a large selection of plug-ins to use with Nuke. |
6. | Proceed to Launching on Mac. |
Installing from the Terminal
1. | Download the correct .dmg installation file from our website at www.foundry.com. |
2. | Launch a Terminal window. |
3. | To mount the .dmg installation file, use the hdiutil attach command with the directory where you saved the installation file. For example, if you saved the installation file in Builds/Nuke, use the following command: |
hdiutil attach /Builds/Nuke/Nuke11.3v6-mac-x86-release-64.dmg
4. | Enter the following command: |
pushd /Volumes/Nuke11.3v6/
This stores the directory path in memory, so it can be returned to later.
5. | To install Nuke, use the following command: |
sudo installer -pkg Nuke11.3v6-mac-x86-release-64.pkg -target "/"
You are prompted for a password.
6. | Enter the following command: |
popd
This changes to the directory stored by the pushd command.
7. | Finally, use the following command to eject the mounted disk image: |
hdiutil detach /Volumes/Nuke11.3v6
Note: By running a silent install of Nuke, you agree to the terms of the End User Licensing Agreement. To see this agreement, please refer to Foundry's End User License Agreement or run the installer in standard, non-silent mode.
Sorry you didn't find this helpful
Why wasn't this helpful? (check all that apply)
Thanks for taking time to give us feedback.