Can`t open project file in IDE

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Ella Checnoverov
Posts: 12
Joined: Wed Nov 30, 2016 5:45 am

Can`t open project file in IDE

Post by Ella Checnoverov » Fri Jun 16, 2017 9:02 am

Hi,
I succeeded to compile SimVascular on Ubuntu 16.4, now I want to open the code and work on it, can you advice what work space/IDE Do I need to create project file (if yes how we do it, how it should be defined ) ?
Thanks,

User avatar
Ella Checnoverov
Posts: 12
Joined: Wed Nov 30, 2016 5:45 am

Re: Can`t open project file in IDE

Post by Ella Checnoverov » Fri Jun 16, 2017 9:19 am

P.S
I trying to open it with Eclipse (kepler c/c++), but it seems that I need to define some variables in IDE.
Should I open it like "Makefile project with existing code" or like c++ project?

User avatar
hu abel
Posts: 15
Joined: Wed Sep 09, 2015 4:40 pm

Re: Can`t open project file in IDE

Post by hu abel » Fri Jun 16, 2017 11:31 am

Hi
you can try this:
cmake -G Eclipse CDT4 - Unix Makefiles

User avatar
Hongzhi Lan
Posts: 125
Joined: Mon Aug 04, 2014 3:55 pm

Re: Can`t open project file in IDE

Post by Hongzhi Lan » Sun Jul 02, 2017 10:13 am

Hi Ella,

I hope you were able to compile SimVascular with Eclispe. Since SimVascular uses Qt for GUI, I recommend Qt creator, with which you can load SimVascular cmake and build/debug.

SimVascular Development Team

User avatar
Hongzhi Lan
Posts: 125
Joined: Mon Aug 04, 2014 3:55 pm

Re: Can`t open project file in IDE

Post by Hongzhi Lan » Sun Jul 02, 2017 10:13 am

Hi Ella,

I hope you were able to compile SimVascular with Eclispe. Since SimVascular uses Qt for GUI, I recommend Qt creator, with which you can load SimVascular cmake and build/debug.

SimVascular Development Team

POST REPLY