From f2db614faffca90b514828cc045dde9be48c6802 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Feb 2022 00:17:33 +0100 Subject: Added website; released 2.0.1 --- INSTALL | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index e3ed7a9..f0bba55 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,7 @@ +# Website + +Nissy is available at https://nissy.tronto.net + # Requirements A full installation of nissy requires about 3Gb of space, @@ -23,7 +27,7 @@ Sorry for the inconvenience, I don't have a Windows machine to test this on. Edit the Makefile to match your local configuration (usually not necessary, but you may want to change the PREFIX variable) and run make, followed by make install. -Follows the instructions below to install the pruning tables. +Follow the instructions below to install the pruning tables. ## Tables Nissy needs to generate certain large tables to work. These tables are by default @@ -33,7 +37,7 @@ nissy simply loads the corresponding file from the hard disk. The very large table for optimal solving can take some time to generate (about 1.5 hours on my fairly old but decent laptop, using 8 CPU threads). -In order to generate it you need at least 5Gb or RAM. +In order to generate it you need at least 5Gb of RAM. All other tables are much faster. You can ask nissy to generate all the tables it will ever need with the gen @@ -50,8 +54,7 @@ systems this folder is either .nissy/tables in the user's home directory or $XDG_DATA_HOME/nissy/tables if the XDG variable is configured. On Windows it is the same directory as the nissy.exe executable file. -Choose either (zip format) +You can downloads all the tables from the following link: https://nissy.tronto.net/nissy-tables-2.0.zip -or (tar.gz format) - https://nissy.tronto.net/nissy-tables-2.0.tar.gz -and extract the archive into the correct folder. +The version 2.0 at the end of the file name is only indicative. +Later versions will use the same tables, unless otherwise specified. -- cgit v1.3