Install Houdini 12.5 x64 in CentOS 7
Thanks for Must(QQ ID)'s big help for installing Houdini in CentOS7.
- download HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE
- unzip and untar to /home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE
- setup
$su
#/home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE/houdini-12.5.371-linux_x86_64_gcc4.4/houdini.inistall
you can see [1] for more details
- crack
- stop Houdini License Server
/etc/init.d/sesinetd stop
- replace sesinetd:
#rm /usr/lib/sesi/sesinetd
#cp /home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE/sesinetd /usr/lib/sesi/
#chmod 777 /usr/lib/sesi/sesinetd
-restart Houdini License Server
#/etc/init.d/sesinetd stop
#/etc/init.d/sesinetd start
- regist
- Applications>Side Effects Software>License Administrator>Server Information, record your Server host and Server Code
-
#/home/user0/tools/sidefx/HOUDINI_FX_V12.5.371_LINUX_X64_GCC44-XFORCE/houdini12_5keygen-linux
input your Server host and Server Code,
it will list many messsage like this:
SERVER .....
LICENSE Generic Houdini-Master .....
- copy these lines(at least 5 lines) into License Administrator, one line each time.
NOTE: You MUST input the line "SERVER ...." first.
- start Houdini
On my Thinkpad t430 the shader on default object, e.g. box or sphere, is black. And if I try to move the object, Houdini crashes.
I find this post [2], it says that the crash is caused by display driver issue.
Then I set BIOS>Config>Display> use discrete card.
It works well now.
Reference:
1. http://bbs.ideasr.com/thread-4766-1-1.html
2. http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&p=156227
Install Houdini 12.5 x64 in CentOS 7的更多相关文章
- Install .NET Core SDK on Linux CentOS / Oracle x64 | .NET
原文:Install .NET Core SDK on Linux CentOS / Oracle x64 | .NET Linux发行版 CentOS / Oracle添加dotnet产品Feed ...
- Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux¶ Overview Use this tutorial t ...
- Install Apache, PHP And MySQL On CentOS 7 (LAMP)
This tutorial shows how you can install an Apache2 webserver on a CentOS 7.0 server with PHP5 suppor ...
- Transaction check error: file /etc/rpm/macros.ghc-srpm from install of redhat-rpm-config-9.1.0-80.el7.centos.noarch conflicts with file from package epel-release-6-8.noarch Error Summary ----------
./certbot-auto certonly 报错: Transaction check error: file /etc/rpm/macros.ghc-srpm from install of ...
- How to Install Apache Tomcat 8.5 on CentOS 7.3
How to Install Apache Tomcat 8.5 on CentOS 7.3 From: https://www.howtoforge.com/tutorial/how-to-inst ...
- How to Install Apache Solr 4.5 on CentOS 6.4
By Shay Anderson on October 2013 Knowledge Base / Linux / How to Install Apache Solr 4.5 on Cent ...
- Install Maya 2015 x64 in CentOS 7
Thanks for Must(QQ ID)'s big help for installing Maya in CentOS7. This is my steps for installing ma ...
- [转载]Install Opera 12.16 Web Browser in CentOS/RHEL and Fedora
FROM: http://tecadmin.net/install-opera-web-browser-in-centos-rhel-fedora/ Opera is an modern web br ...
- ASP.NET Core 2.0 MVC 发布部署--------- SUSE 16 Linux Enterprise Server 12 SP2 X64 具体操作
.Net Core 部署到 SUSE 16 Linux Enterprise Server 12 SP2 64 位中的步骤 1.安装工具 1.apache 2..Net Core(dotnet-sdk ...
随机推荐
- Binary Tree Preorder Traversal -- LEETCODE 144
方法一:(迭代) class Solution { public: vector<int> preorderTraversal(TreeNode* root) { vector<in ...
- JS小总结
今天看了一下js的部分总结了一下 函数的定义首先是命名函数function funcName函数还有匿名函数 var funcName = function()普通函数和匿名函数在调用上基本没有什么区 ...
- CDH5X 安装oozie报错To enable Oozie web console install the Ext JS library.
最近在CDH5.X 安装oozie 服务,服务安装完毕,访问oozie server ui,报如下错误: 页面提示: Oozie web console is disabled.To enable O ...
- Asp.net Web.Config - 配置元素 httpCookies
1.属性 属性 说明 domain 可选的 String 属性. 设置 Cookie 域名. httpOnlyCookies 可选的 Boolean 属性. 脚本(javascript之类)能够访 ...
- Javascript 事件对象进阶(二)拖拽的应用 - 登录框的拖拽
<!doctype html> <html> <head> <meta charset="utf-8"> <title> ...
- android view : 自定义
首先,为什么要使用xml来配置view的视图,这个是mvc的一个思想,你可以把前端和数据分离,可以想一下一个及其复杂的视图假如要修改面对复杂的代码是多么的发愁,xml更明了的表达了视图.然而我们知道a ...
- Mac安装windows虚拟机攻略
5月初从阿里滚粗,然后失去了公司发的Mac Air.说实话Mac机器确实比windows好用一些,于是怒而买了一个Mac Pro. 结果一个星期后我从学校带出来的联想笔记本又被老师通知要进行固定资产盘 ...
- React Native的环境搭建以及开发的IDE
(一)前言 前面的课程我们已经对React Native的环境搭建以及开发的IDE做了相关的讲解,今天我们的主要讲解的是应用设备运行(Running)以及调试方法(Debugging).本节的前提条件 ...
- iOS测试常见崩溃
什么是崩溃日志,从哪里能得它? iOS设备上的应用闪退时,操作系统会生成一个崩溃报告,也叫崩溃日志,保存在设备上.崩溃日志上有很多有用的信息,包括应用是什么情况下闪退的.通常,上面有每个正在执行线程的 ...
- ArcGIS Earth
恩,万众瞩目的ArcGIS Earth,现在华丽丽的可以在官网上下载了 满怀希望的心花怒放的我就去下载了...... 然后得然后...... 打开界面简洁的不要不要的,连个Esri的logo都没有.好 ...