How to import C makefile project into eclipse or put in under eclipse

后端 未结 3 1625
情歌与酒
情歌与酒 2020-12-09 15:50

I have standard source code package under Linux which requires to run

./configure
make

to compile it (and it works ok).

Mostly thes

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 16:48

    Don't say import.

    Create a new C/C++ project using the New Project Wizard, and specify the "root folder" as a non-default location of the new project.

    See the instructions here.

    Read "Creating new projects from existing source roots"

提交回复
热议问题