<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Thanks Bas, that was very helpful. I’ve added a HOWTORELEASE and created README.md
<div class="">from GRIDS.md and README.DATUMGRID in this pull request:</div>
<div class=""><br class="">
</div>
<div class=""><a href="https://github.com/OSGeo/proj-datumgrid/pull/11" class="">https://github.com/OSGeo/proj-datumgrid/pull/11</a></div>
<div class=""><br class="">
</div>
<div class="">I have prepared a release candidate with the above changes. It seems to be fine and I will upload</div>
<div class="">it soon and announce it here on the list once it is ready.</div>
<div class=""><br class="">
</div>
<div class="">/Kristian<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 21 Feb 2018, at 20:13, Sebastiaan Couwenberg &lt;<a href="mailto:sebastic@xs4all.nl" class="">sebastic@xs4all.nl</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">On 02/21/2018 07:59 PM, Kristian Evers wrote:<br class="">
<blockquote type="cite" class="">I’ve got that covered.<br class="">
</blockquote>
<br class="">
I figured as much, but it was worth noting for the record.<br class="">
<br class="">
<blockquote type="cite" class="">I have never used CPack before. Can you give a rough guide on how to produce the package?<br class="">
I ran cmake in a dedicated build dir and then cpack. It produces an empty tar.gz archive. I must<br class="">
have missed something.<br class="">
</blockquote>
<br class="">
CMake uses the package_source target to create archives, as a<br class="">
convenience I added the dist target to have the build behave more like<br class="">
autotools.<br class="">
<br class="">
The process comes down to:<br class="">
<br class="">
# Create proj-datumgrid tarball &amp; zipfile<br class="">
mkdir build<br class="">
cd build<br class="">
cmake ..<br class="">
make dist<br class="">
<br class="">
# Check repo status for grid changes<br class="">
git status<br class="">
<br class="">
# Check tarball &amp; zipfile content<br class="">
tar tavf proj-datumgrid-1.7alpha1.tar.gz<br class="">
unzip -l proj-datumgrid-1.7alpha1.zip<br class="">
<br class="">
# Copy archives to elsewhere<br class="">
cp proj-datumgrid-1.7alpha1.* &lt;elsewhere&gt;<br class="">
<br class="">
# Cleanup<br class="">
cd ..<br class="">
rm -rf build<br class="">
<br class="">
Kind Regards,<br class="">
<br class="">
Bas<br class="">
_______________________________________________<br class="">
Proj mailing list<br class="">
<a href="mailto:Proj@lists.maptools.org" class="">Proj@lists.maptools.org</a><br class="">
http://lists.maptools.org/mailman/listinfo/proj</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>