relpipe-data/download.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 08 Dec 2018 20:19:03 +0100
branchv_0
changeset 199 d185f856c49f
parent 197 bba7480e0600
child 205 076cd1f756ef
permissions -rw-r--r--
download: update script and disclaimer

<stránka
	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
	
	<nadpis>Download</nadpis>
	<perex>Sources and distribution of the Relational pipes tools</perex>
	<pořadí>70</pořadí>

	<text xmlns="http://www.w3.org/1999/xhtml">
		<p>
			Download source codes:
		</p>
		
		<!--
			ssh hg@hg.globalcode.info ls -1d data/relpipe/* | xargs -n1 basename | sort | while read r; do echo "hg clone https://hg.globalcode.info/relpipe/$r;"; done
		-->
		<pre><![CDATA[hg clone https://hg.globalcode.info/relpipe/relpipe-in-cli.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-in-fstab.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-lib-cli.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-lib-protocol.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-lib-reader.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-lib-writer.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-out-gui.qt.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-out-nullbyte.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-out-ods.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-out-tabular.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-out-xml.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-tr-validator.cpp;
hg clone https://hg.globalcode.info/relpipe/relpipe-web;]]></pre>
	
		<p>
			Or browse them online at <a href="https://hg.globalcode.info/relpipe/">hg.globalcode.info</a>.
		</p>
		
		<p>
			All of them can be later updated using:
		</p>
		
		<m:pre jazyk="bash"><![CDATA[ls -1d relpipe-* | while read r; do hg pull --update --repository "$r"; done]]></m:pre>
		
		<p>
			n.b. currently it might be a bit difficult to compile them, please stay tuned for v0.8, where the build process will be properly documented
		</p>
		
	</text>

</stránka>