Standard way of distributing source code?

Posted by penyuan on Stack Overflow See other posts from Stack Overflow or by penyuan
Published on 2010-03-29T05:27:42Z Indexed on 2010/03/29 5:33 UTC
Read the original article Hit count: 303

Filed under:
|
|
|
|

I am relatively new to programming, and have built a few working C++ commandline programs with Xcode in Mac OS X (no dependencies on Mac-only libraries or APIs). My question is:

What is the standard way of packaging and distributing the source code (and possibly compiled binaries)? i.e. Almost all Linux programs seemed to be distributed that a user simply needs to run ./configure && make && make install from the source directory.

Thank you.

© Stack Overflow or respective owner

Related posts about package

Related posts about distribute