LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Packaging Software (https://www.linuxquestions.org/questions/programming-9/packaging-software-48963/)

crichards 03-09-2003 10:49 AM

Packaging Software
 
I've written a very useful program, and I'd like to release it, since if its useful for me, its probably useful for other people. Its pretty simple, but its still quite nice (and does what it does well).

I've never packaged software before, so I've never used make or the autotools. I don't need a configure script (its very small, like I said), and all I want is to learn how to make a simple makefile.

Any ideas/reference/whatever?

acid2000 03-09-2003 11:16 AM

Can the source be compiled with one or two lines, in that case a make isn't needed just make a bash script to call gcc.

JStew 03-09-2003 03:25 PM

What kind of a program is it? What's it written in? If its simple you could prob write a simple Install shell script for it.


All times are GMT -5. The time now is 11:57 AM.