Page 1 of 1

Can`t open project file in IDE

Posted: Fri Jun 16, 2017 9:02 am
by ellac
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,

Re: Can`t open project file in IDE

Posted: Fri Jun 16, 2017 9:19 am
by ellac
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?

Re: Can`t open project file in IDE

Posted: Fri Jun 16, 2017 11:31 am
by hu_abel
Hi
you can try this:
cmake -G Eclipse CDT4 - Unix Makefiles

Re: Can`t open project file in IDE

Posted: Sun Jul 02, 2017 10:13 am
by lanhz
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

Re: Can`t open project file in IDE

Posted: Sun Jul 02, 2017 10:13 am
by lanhz
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