Installing & Running Houdini on Linux
Since my workplace often ran their 3D tools on Linux machines, I decided to set-up a "linux box" and install Houdini (among other things) at home. Obviously installing software onto a linux computer is different to the quick and easy installation process on a Windows PC. So here are the steps I took to get it up and running on Ubuntu: 1. Download the installation file from the SideFX website . 2. Run the following on the .tar file you just downloaded (the version I had downlaoded was houdini 16.5) : tar xvzf houdini-16.5.378-linux_x86_64_gcc4.8.tar.gz 3. Then run: sudo ./houdini-16.5.378-linux_x86_64_gcc4.8/houdini.installer 4. Once you have run through the installation, in order to get the 'houdini' command to work in terminal you need to setup the houdini environment variables, such as the path to the Houdini binaries (as stated in the houdin...