how to build a tarball for installation of application under Linux

119 views Asked by At

I am thinking how those open-source applications are developed, like those we download, extract and then use./configure, make and make install. Now I have my own codes developed with an IDE (netbeans) already. And there is also a makefile generated by the IDE. But I used some libraries in my codes that is too big such as boost and mkl. I expect the users have them on their computers. If not, they should be reminded to install. Does this deal with GNU auto-tools?

0

There are 0 answers