<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Purescript on csicar</title><link>http://blog.csicar.de/tags/purescript/</link><description>Recent content in Purescript on csicar</description><generator>Hugo -- 0.155.3</generator><language>en-us</language><lastBuildDate>Thu, 29 Jun 2017 19:05:00 +0100</lastBuildDate><atom:link href="http://blog.csicar.de/tags/purescript/index.xml" rel="self" type="application/rss+xml"/><item><title>Insalling Purescript under Archlinux</title><link>http://blog.csicar.de/posts/2017-06-29-purescript-archlinux/</link><pubDate>Thu, 29 Jun 2017 19:05:00 +0100</pubDate><guid>http://blog.csicar.de/posts/2017-06-29-purescript-archlinux/</guid><description>&lt;ol&gt;
&lt;li&gt;download the binary for linux&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ wget https://github.com/purescript/purescript/releases/download/v0.11.5/linux64.tar.gz - /opt/purescriptw
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start="2"&gt;
&lt;li&gt;smylink the executable&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ ln -s /opt/purescript/purs /usr/local/bin/purs
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol start="3"&gt;
&lt;li&gt;install libtinfo&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ gpg --keyserver pgp.mit.edu --recv-keys F7E48EDB &lt;span style="color:#75715e"&gt;# needed for the folloing package&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ pacaur -S ncurses5-compat-libs
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ pacaur -S libtinfo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;see
&lt;a href="https://www.adlerweb.info/blog/2017/02/01/arch-linux-arduino-libtinfo-so-5-fehlt"&gt;here&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>