hello everybody...
i am trying to figure out how can i create a c/c++ project
for gcc with the classic structure
I've seen KDE's kdevelop program that is using a perl script to autogenerate a new template empty project, but is there any way to do it command-line? I didn't find any how-tos..
i am trying to figure out how can i create a c/c++ project
for gcc with the classic structure
Code:
/configure
/Makefile
/src
/src/1st.cpp
/src/1st.h
/src/main.cpp
...
...
/README
/INSTALL
I've seen KDE's kdevelop program that is using a perl script to autogenerate a new template empty project, but is there any way to do it command-line? I didn't find any how-tos..