aboutsummaryrefslogtreecommitdiff
path: root/articles/2025/Install-the-Chawan-text-browser-on-Artix.html
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2026-07-12 11:08:50 +0200
committerPhilip Wittamore <philip@wittamore.com>2026-07-12 11:08:50 +0200
commit420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch)
tree3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2025/Install-the-Chawan-text-browser-on-Artix.html
update
Diffstat (limited to 'articles/2025/Install-the-Chawan-text-browser-on-Artix.html')
-rwxr-xr-xarticles/2025/Install-the-Chawan-text-browser-on-Artix.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/articles/2025/Install-the-Chawan-text-browser-on-Artix.html b/articles/2025/Install-the-Chawan-text-browser-on-Artix.html
new file mode 100755
index 0000000..0136bb9
--- /dev/null
+++ b/articles/2025/Install-the-Chawan-text-browser-on-Artix.html
@@ -0,0 +1,42 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Install the Chawan text browser on Artix</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+<main>
+<article>
+<h2>Install the Chawan text browser on Artix</h2>
+<h3>2025-06-15</h3>
+<h4>the Arch package doesn't compile, here's the solution</h4>
+<p>The package chawan-git in the AUR doesn't compile as the included NIM version is too old</p>
+<p>Here's how I installed it in <a href="https://artixlinux.org/">Artix Linux</a></p>
+<p>Install the NIM compiler from <a href="https://nim-lang.org/install.html"> https://nim-lang.org/install.html</a></p>
+<p>The default dependancies were already installed on my hard disk: (OpenSSL, libssh2, brotli)</p>
+<code>cd ~/src
+git clone https://git.sr.ht/~bptato/chawan && cd chawan
+make
+sudo make install
+cha -V</code>
+<p>And it's done. I use mostly use chawan as newsboat's browser, it's really good.</p>
+<p>Thanks to <a href="https://github.com/kachick/chawan?tab=readme-ov-file">Kachick</a></p>
+<p>Previous article: <a href="/articles/2025/Newsboat-browser:-rdrview-or-chawan.html">rdrview or chawan</a></p>
+ </article>
+</main>
+<footer>
+
+ <p>&nbsp;</p>
+
+ <p>ยง</p>
+ </footer>
+</body>
+</html>