nissy-classic

Stable branch of nissy
git clone https://git.tronto.net/nissy-classic
Download | Log | Files | Refs | README | LICENSE

commit 0bb5a4cfa22adeebcb916ce0dc13f30639d03433
parent 8c07d707f794f3935d395e5f6276053164e2ea73
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed,  3 May 2023 23:52:22 +0200

Updated website

Diffstat:
Mwww/index.html | 13+++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -56,7 +56,7 @@ You can also look at its source code by cloning the git repository <a href="https://git.tronto.net/nissy-classic">git.tronto.net/nissy-classic</a> </p> -<h1>Get Nissy</h1> +<h1>Installation</h1> <table class="dltable"> <tr> @@ -147,7 +147,7 @@ Once you have installed nissy, run <p> to generate all the tables that Nissy will ever need. Running this command requires around 5.3Gb of RAM, and it can take some time -(about 40 minutes on my fairly old but decent laptop, with 8 CPU threads). +(about 90 minutes on my 9 year old but laptop, with 4 CPU threads). </p> <p> @@ -171,6 +171,15 @@ file. <h2 id="Upgrade">Upgrading</h2> <p> +<strong> Important note for upgrading to 2.0.4:</strong> +A bug in 2.0.3 and earlier versions caused HTR-related tables to be +generated incorrectly on ARM platforms (Mac M1, Android...). +If you are upgrading to 2.0.4 on such a device, you need to re-generate +these tables. You can do this by removing all the files wiht `htr` in their +name and let nissy re-generate them (after upgrading), or by downloading the +<a href="/nissy-tables-2.0.4.zip">new tables</a> and replacing the old ones. +</p> +<p> If you already have nissy installed and you want to upgrade to a more recent version, you can simply repeat the installation process: </p>