Hi everybody,
New in Linux, I was looking for a program like OOC.
I installed it without problem on my Ubuntu Gutsy (7.10) but now I'm facing a problem.
The documentation says:
"To set the necessary system environment, add the contents of $CASROOT/env.csh or env.ksh file to your shell rc file."
I've found env.csh and env.ksh files in my installation folder, but what i have to do with them ? And what is my shell rc file?
Could you help me, please.
Best Regards.
Hugues
2007/11/28 00:39
Hello,
I also have a Gutsy on my laptop and have successfully installed open cascade. I don't have csh and ksh, but bash. So I wrote an equivalent initialisation script of open cascade in bash, here it is :
Replace the value of the variable CASROOT with the right folder for your case.
Once done, open a terminal and type "source /yourfolder/env.bsh" then you can use open cascade for your development.
Note : add "source /yourfolder/env.bsh" to ~/.bashrc (this is your shell rc file) so open cascade is fully configured on startup.
forestier
2007/11/29 17:32
Hi Hugues,
Thanks for you reply.
Following your message, it looks working fine now.
Thanks.