DiscussionsIssue archiveInstallation and Building

Archived discussion

Open cascade integration and usage

Installation and BuildingFri, 04/12/2013 - 17:171 reply

Browse this forum
QuestionAuthor

I have installed opencascade in my computer.I also have visual stdio 2010 installed.I installed wok emacs,cmake inside the open cascade folder on my drive.But i couldnt do this execution in the shell mentioned
LOC:dev> wcreate OpenCASCADE6.5.4 -EHome=E:/OpenCASCADE6.5.4
I installed allthat in e drve.please help me to do it.i couldnt proceed bcoz of this...thanks inadvance.i have already installed third party tools needed for occt.please help me out soon

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi Author Unni,

I think you should still write '-DHome' instead of '-EHome' even if you installed on E:

LOC:dev> wcreate OpenCASCADE6.5.4 -DHome=E:/OpenCASCADE6.5.4

Commenter-1