<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QElectroTech — Hi!  About getting latest version]]></title>
		<link>https://qelectrotech.org/forum/viewtopic.php?id=923</link>
		<atom:link href="https://qelectrotech.org/forum/extern.php?action=feed&amp;tid=923&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Hi!  About getting latest version.]]></description>
		<lastBuildDate>Thu, 20 Oct 2016 12:19:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5755#p5755</link>
			<description><![CDATA[<p> Actually, I push it back to you <img src="https://qelectrotech.org/forum/img/smilies/nomicons/wink.png" width="20" alt="nomicons/wink" /></p><p>Here is part of output when running sudo make install:<br /></p><div class="codebox"><pre><code>cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/128x128 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/256x256 /usr/local/share/icons/hicolor/
sh man/compress_man_pages.sh
gzip: man/files/be/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y</code></pre></div><p>etc, etc...</p><p>As seen, your script uses -f force flag with the cp operations.<br />Then it starts man/compress_man_pages.sh which runs gzip, but without force flag, so it asks user.</p><p>This is the gzip calling line in that script:<br /></p><div class="codebox"><pre><code>find ${MAN_DIR} -type f -name &quot;${APP}&quot; -exec gzip -9n {} \;</code></pre></div><p>I suggest to add -f to gzip in that line, so it force writes like the rest of install script execution do.<br />Or is there some special case you do not want to update the man files automatically? </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Thu, 20 Oct 2016 12:19:08 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5755#p5755</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5741#p5741</link>
			<description><![CDATA[<p> Also you need to write a bash script for that. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Wed, 19 Oct 2016 10:29:01 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5741#p5741</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5739#p5739</link>
			<description><![CDATA[<p> Now I experienced that for new version of qet despite first issuing sudo make uninstall, it asks for overwrite when running sudo make install.<br />Hmm... maybe i should run make uninstall *before* compiling the new version?</p><p>(issuing sudo make install again on already installed version do not make it ask for overwrite, but it also do not list any lines starting with gzip) </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Wed, 19 Oct 2016 09:47:24 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5739#p5739</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5725#p5725</link>
			<description><![CDATA[<p> OK, thanks... according to that discussion in that link &quot;make install&quot; is supposed to overvrite as i guessed, but when i make install qet, it seems like make fail to tell gzip to overwrite without asking?</p><p>This maybe is something that could be improved in your make recipe but i dont know these things and you have other things to do.</p><p>The easy workaround is of couse to issue make uninstall first, or just answer those overwrite questions manually. </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Tue, 18 Oct 2016 06:39:42 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5725#p5725</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5724#p5724</link>
			<description><![CDATA[<p> </p><div class="quotebox"><cite>Morganol wrote:</cite><blockquote><p>For upgrading, at the step<br />   &quot;sudo make -f Makefile.Release install&quot;<br />user have to answer y to overwrite every manual language file</p><p>Could it be changed so that is not needed?</p><div class="codebox"><pre><code>$ sudo make -f Makefile.Release install
[sudo] lösenord för morgan: 
install -m 755 -p qelectrotech /usr/local/bin/qelectrotech
strip /usr/local/bin/qelectrotech
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/10_electric /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/20_logic /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/30_hydraulic /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/50_pneumatic /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/60_energy /usr/local/share/qelectrotech/elements/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/A4_1.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/default.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/DIN_A4.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/double-logo.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/ISO7200_A4_V1.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/single-logo.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_en.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_es.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_fr.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_ru.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_pt.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_cs.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_pl.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_de.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_ro.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_it.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_el.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_nl.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_be.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/LICENSE /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/ELEMENTS.LICENSE /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/CREDIT /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/README /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/ChangeLog /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/qelectrotech.desktop /usr/local/share/applications/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-element.xml /usr/local/../share/mime/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-project.xml /usr/local/../share/mime/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-titleblock.xml /usr/local/../share/mime/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-element.desktop /usr/local/../share/mimelnk/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-project.desktop /usr/local/../share/mimelnk/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-titleblock.desktop /usr/local/../share/mimelnk/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/qelectrotech.xml /usr/local/../share/mime/packages/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/16x16 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/22x22 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/32x32 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/48x48 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/64x64 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/128x128 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/256x256 /usr/local/share/icons/hicolor/
sh man/compress_man_pages.sh
gzip: man/files/be/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/fr.UTF-8/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/el/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/es/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/fr/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/cs/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/pt/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/pl/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/it/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/fr.ISO8859-1/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/nl/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/ru/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/be /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/cs /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/el /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/es /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/fr /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/fr.ISO8859-1 /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/fr.UTF-8 /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/it /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/man1 /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/nl /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/pl /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/pt /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/ru /usr/local/man/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/741.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/affuteuse_250h.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/ArduinoLCD.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/convertisseur.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/grafcet.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/Habitat-Schemas_developpes.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/Habitat-Unifilaire.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/iso_sfc_example.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/lmdg.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/m_000.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/Projet_vierge.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/schema_indus.qet /usr/local/share/qelectrotech/examples/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/examples/styles /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/tremie_vibrante.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/qelectrotech.appdata.xml /usr/local/share/appdata/</code></pre></div></blockquote></div><p><a href="http://www.nntp.perl.org/group/perl.makemaker/2003/04/msg1085.html">http://www.nntp.perl.org/group/perl.mak … g1085.html</a> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 17 Oct 2016 22:09:00 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5724#p5724</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5711#p5711</link>
			<description><![CDATA[<p> Thank you for explaining <img src="https://qelectrotech.org/forum/img/smilies/nomicons/smile.png" width="20" alt="nomicons/smile" /> </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Sun, 16 Oct 2016 09:09:17 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5711#p5711</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5709#p5709</link>
			<description><![CDATA[<p> BTW, if you want you could change all locations PATH in qelectrotech.pro or patch it.<br />In principle it is the job of mainstream (distribution packagers) to patch location and adapt for distrib compliant.</p><p>But it&#039;s a bad thing to mix distribution packages and those installed manually in the same directory.<br />compiled programs are installed in / opt or / usr / local! </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sat, 15 Oct 2016 18:05:21 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5709#p5709</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5708#p5708</link>
			<description><![CDATA[<p> No, when you install manually upstream program is installed in these location /opt or /usr/local/<br />Only mainstream have right to install in /usr/share/ </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Sat, 15 Oct 2016 04:11:38 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5708#p5708</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5705#p5705</link>
			<description><![CDATA[<p> Ah.  OK it seems it sometimes works to not uninstall first, but best to always do that.</p><p>BTW i see it put things in /usr/local/man/<br />That folder did not even exist on my system before installing Qet</p><p>Programs i have use /usr/share/man/ for similar stuff, and so do the Qet 0.50 mageia rpm package<br />One odd program use a third alternative /usr/local/share/man</p><p>All three are used by the system<br /># manpath<br />/usr/local/man:/usr/local/share/man:/usr/share/man</p><p>But if you want to adhere best to filsystem standard i think you should change to usr/share/man/<br /><a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREMANMANUALPAGES">http://www.pathname.com/fhs/pub/fhs-2.3 … ANUALPAGES</a> </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Fri, 14 Oct 2016 15:29:53 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5705#p5705</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5697#p5697</link>
			<description><![CDATA[<p> It isn&#039;t a package, you need to uninstall before.</p><p>sudo make uninstall &amp;&amp; sudo make install </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Fri, 14 Oct 2016 00:06:32 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5697#p5697</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5693#p5693</link>
			<description><![CDATA[<p> For upgrading, at the step<br />   &quot;sudo make -f Makefile.Release install&quot;<br />user have to answer y to overwrite every manual language file</p><p>Could it be changed so that is not needed?</p><div class="codebox"><pre><code>$ sudo make -f Makefile.Release install
[sudo] lösenord för morgan: 
install -m 755 -p qelectrotech /usr/local/bin/qelectrotech
strip /usr/local/bin/qelectrotech
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/10_electric /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/20_logic /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/30_hydraulic /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/50_pneumatic /usr/local/share/qelectrotech/elements/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/elements/60_energy /usr/local/share/qelectrotech/elements/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/A4_1.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/default.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/DIN_A4.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/double-logo.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/ISO7200_A4_V1.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/titleblocks/single-logo.titleblock /usr/local/share/qelectrotech/titleblocks/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_en.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_es.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_fr.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_ru.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_pt.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_cs.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_pl.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_de.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_ro.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_it.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_el.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_nl.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/lang/qet_be.qm /usr/local/share/qelectrotech/lang/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/LICENSE /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/ELEMENTS.LICENSE /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/CREDIT /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/README /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/ChangeLog /usr/local/doc/qelectrotech/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/qelectrotech.desktop /usr/local/share/applications/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-element.xml /usr/local/../share/mime/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-project.xml /usr/local/../share/mime/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-titleblock.xml /usr/local/../share/mime/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-element.desktop /usr/local/../share/mimelnk/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-project.desktop /usr/local/../share/mimelnk/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/x-qet-titleblock.desktop /usr/local/../share/mimelnk/application/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/qelectrotech.xml /usr/local/../share/mime/packages/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/16x16 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/22x22 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/32x32 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/48x48 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/64x64 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/128x128 /usr/local/share/icons/hicolor/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/ico/oxygen-icons/256x256 /usr/local/share/icons/hicolor/
sh man/compress_man_pages.sh
gzip: man/files/be/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/fr.UTF-8/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/el/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/es/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/fr/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/cs/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/pt/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/pl/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/it/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/fr.ISO8859-1/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/nl/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
gzip: man/files/ru/man1/qelectrotech.1.gz already exists; do you wish to overwrite (y or n)? y
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/be /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/cs /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/el /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/es /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/fr /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/fr.ISO8859-1 /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/fr.UTF-8 /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/it /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/man1 /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/nl /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/pl /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/pt /usr/local/man/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/man/files/ru /usr/local/man/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/741.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/affuteuse_250h.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/ArduinoLCD.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/convertisseur.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/grafcet.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/Habitat-Schemas_developpes.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/Habitat-Unifilaire.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/iso_sfc_example.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/lmdg.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/m_000.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/Projet_vierge.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/schema_indus.qet /usr/local/share/qelectrotech/examples/
cp -f -R /home/morgan/Hämtningar/qelectrotech-trunk/examples/styles /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/examples/tremie_vibrante.qet /usr/local/share/qelectrotech/examples/
install -m 644 -p /home/morgan/Hämtningar/qelectrotech-trunk/misc/qelectrotech.appdata.xml /usr/local/share/appdata/</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Thu, 13 Oct 2016 21:46:44 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5693#p5693</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5594#p5594</link>
			<description><![CDATA[<p> My use is different here, I need more and more hight CPU cores (threads) at full power for building all nightly packages and also for debug packages in different platform.<br />Packages I build is Debian stable and unstable branch in two arch X86 and X86-64, more Ubuntu distribs, MS Windows packages, and now start packaging in new Virtual Machine for macOS plateform with and helping Yoann.</p><p>My packaging script :<br /><a href="https://qelectrotech.org/wiki_new/doc/packaging_debian#packaging_script">https://qelectrotech.org/wiki_new/doc/p … ing_script</a></p><p>For you QET users It &#039;s time to prepare for replace QET builder machine by future AMD ZEN platform, you can help us and donate in my QET paypal account. </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Thu, 06 Oct 2016 18:42:18 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5594#p5594</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5570#p5570</link>
			<description><![CDATA[<p> At least this system i use, tend to respond a bit sluggish if i let make use all cores.<br />So to not lead someone into troubles, i stated one less jobs than cores.<br />It is a matter of taste. </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Tue, 04 Oct 2016 12:04:11 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5570#p5570</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5569#p5569</link>
			<description><![CDATA[<p> You wrote : To speed up compiling use more CPU cores: i.e to use 7 cores insert &quot; -j7 &quot; after &quot;make&quot; command above.</p><br /><p>Found processor cores number and add + 1 for make jobs, now all cores run to 100% .</p><p>My processor : 8x AMD FX-8350 Eight-Core 2048 KB cache 12flags( sse3 ht nx lm svm ) 12clocked at [ 4000.000 MHz ]<br /></p><div class="codebox"><pre><code>laurent@debian:~$ grep ^processor /proc/cpuinfo | wc -l
8
laurent@debian:~$ make -j9 </code></pre></div><p>Or you could try :</p><div class="codebox"><pre><code>laurent@debian:~$ nproc

8

laurent@debian:~$ getconf _NPROCESSORS_ONLN

8</code></pre></div><p> </p>]]></description>
			<author><![CDATA[null@example.com (scorpio810)]]></author>
			<pubDate>Mon, 03 Oct 2016 23:55:03 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5569#p5569</guid>
		</item>
		<item>
			<title><![CDATA[Re: Hi!  About getting latest version]]></title>
			<link>https://qelectrotech.org/forum/viewtopic.php?pid=5560#p5560</link>
			<description><![CDATA[<p> Oops!<br />Thank you for checking <img src="https://qelectrotech.org/forum/img/smilies/nomicons/smile.png" width="20" alt="nomicons/smile" /><br />I used the correct command locally but forgot to update wiki!<br />Fixed. </p>]]></description>
			<author><![CDATA[null@example.com (Morganol)]]></author>
			<pubDate>Mon, 03 Oct 2016 13:23:35 +0000</pubDate>
			<guid>https://qelectrotech.org/forum/viewtopic.php?pid=5560#p5560</guid>
		</item>
	</channel>
</rss>
