Created
February 8, 2012 10:22
-
-
Save K240-zz/1767953 to your computer and use it in GitHub Desktop.
How to fix that Houdini 11.x.xxx no icon on Ubuntu 11.xx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cd /opt/hfs1x.x.xxx | |
| $ source houdini_setup | |
| $ cd hsvg | |
| $ sudo mkdir oldlibs | |
| $ sudo mv lib* oldlibs | |
| $ sudo mv oldlibs/libgsf-1.so.114 . | |
| $ sudo mv oldlibs/libpangoft2-1.0.so.0 . | |
| $ sudo mv oldlibs/libpng12.so.0 . | |
| $ sudo mv oldlibs/librsvg-2.so.2 . | |
| $ sudo mv oldlibs/libxml2.so.2 . | |
| $ ./hsvg $HH/help/nodes/images/fov.svg -o/tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment