Making a new tarball

Started by Shalu Guptaalmost 22 years ago2 messagesgeneral
Jump to latest
#1Shalu Gupta
sgupta5@ncsu.edu

Hello,

We have made some changes in the code and wanted to make a new tarball
which could deploy the code and do all the installation stuff.

How can we do that and what files do I have to include in the tarball.

Thanks,
Shalu Gupta
Graduate Student,
N C State University

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Shalu Gupta (#1)
Re: Making a new tarball

Shalu Gupta wrote:

We have made some changes in the code and wanted to make a new
tarball which could deploy the code and do all the installation
stuff.

How can we do that and what files do I have to include in the
tarball.

./configure
make dist

You can also assign a special version number to your version like this:

make dist VERSION=7.4.2foo