chrisg

chrisg

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

c shell Oct. 16, 2002, 6:17 p.m.

Mandrake 9 should have tcsh already installed on your machine. Type `tcsh` in a console window to see if it's installed

If that doesn't work, you can download the rpm file from here:
ftp://rpmfind.net/linux/Mandrake-devel/cooker/i586/Mandrake/RPMS/tcsh-6.12-2mdk.i586.rpm

To install it, do the following at a command (shell) prompt:

1. su
2. rpm -ivh tcsh-6.12-2mdk.i586.rpm

If you don't want to always run source houdini_setup, then copy and paste the following script into a file:

——- snip ——–
#!/bin/tcsh

setenv H_INSTALL_PATH /usr/hfs5.5
cd $H_INSTALL_PATH
source houdini_setup
houdini
——- snip ——–

If you are completly new to Linux, then do the following:

0. Type `cd` at the command prompt
1. vi start_houdini
2. type i (Insert mode)
3. enter the above text that in between the snips
4. press the ESC key (get out if insert mode).
5. move the cursor to the first / mark in the line beginning with setenv
5. Type c$ (replace the current text to the end of the line)
6. Enter the pathname that houdini was installed under (don't bother if it's the same)
7. press ESC again
8. press :wq
9. Type: chmod 755 start_houdini at the command prompt.
10. type ./start_houdini to start houdini

Of course, if you already know how to do the above, then my apologies for sounding patronizing.

Cheers

c shell Oct. 15, 2002, 10:07 p.m.

Mandrake 9 should have tcsh already installed on your machine. Type `tcsh` in a console window to see if it's installed

If that doesn't work, you can download the rpm file from here:
ftp://rpmfind.net/linux/Mandrake-devel/cooker/i586/Mandrake/RPMS/tcsh-6.12-2mdk.i586.rpm

To install it, do the following at a command (shell) prompt:

1. su
2. rpm -ivh tcsh-6.12-2mdk.i586.rpm

If you don't want to always run source houdini_setup, then copy and paste the following script into a file:

——- snip ——–
#!/bin/tcsh

setenv H_INSTALL_PATH /usr/hfs5.5
cd $H_INSTALL_PATH
source houdini_setup
houdini
——- snip ——–

If you are completly new to Linux, then do the following:

0. Type `cd` at the command prompt
1. vi start_houdini
2. type i (Insert mode)
3. enter the above text that in between the snips
4. press the ESC key (get out if insert mode).
5. move the cursor to the first / mark in the line beginning with setenv
5. Type c$ (replace the current text to the end of the line)
6. Enter the pathname that houdini was installed under (don't bother if it's the same)
7. press ESC again
8. press :wq
9. Type: chmod 755 start_houdini at the command prompt.
10. type ./start_houdini to start houdini

Of course, if you already know how to do the above, then my apologies for sounding patronizing.

Cheers