Tagged Questions
1
vote
3answers
2k views
Legacy C++ project using Makefile ..moving to Eclipse IDE?
I have a legacy C++ project on Linux which uses the typical:
./configure
make
make install
to build and install. I would really like to build it instead with an IDE like Eclipse.
Is this doable? ...