OCC installation in LINUX

Hi all,
Can anybody give step by step instruction for installing OCC in Linux?
Thanks in advance.

Umar Said's picture

$ tar -C /tmp -zxvf OpenCASCADE_Linux.tgz

$ cd /tmp/Linux

$ java -jar setup.jar

Just clik Next or press Enter till the end.
I use java (jdk1.6.0) from sun.

Thomas Drillich's picture

Here on Debian/Etch amd64 installer stops at creating uninstaller.
And was only the first time of installation possible to select target directory.
Any Ideas ?

Jan Brüninghaus's picture

OCC creates an file in your home-directory durign installation (somthing like *.vpd or so, if i remember right). Delete it and it will ask for the target directory again.

Rajesh Kishore's picture

Thanks Umar, can you tell how to set/ create the environment variable in LInux(SUSE) so that i can set the environment variable that are needed for OCC?