Making a new tarball
Started by Shalu Guptaalmost 22 years ago2 messagesgeneral
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
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