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,
Can`t open project file in IDE
- Ella Checnoverov
- Posts: 12
- Joined: Wed Nov 30, 2016 5:45 am
Re: Can`t open project file in IDE
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?
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
Hi
you can try this:
cmake -G Eclipse CDT4 - Unix Makefiles
you can try this:
cmake -G Eclipse CDT4 - Unix Makefiles
- Hongzhi Lan
- Posts: 125
- Joined: Mon Aug 04, 2014 3:55 pm
Re: Can`t open project file in IDE
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
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
- Hongzhi Lan
- Posts: 125
- Joined: Mon Aug 04, 2014 3:55 pm
Re: Can`t open project file in IDE
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
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