diff options
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 15 |
1 files changed, 9 insertions, 6 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | # Website | ||
| 2 | |||
| 3 | Nissy is available at https://nissy.tronto.net | ||
| 4 | |||
| 1 | # Requirements | 5 | # Requirements |
| 2 | 6 | ||
| 3 | A full installation of nissy requires about 3Gb of space, | 7 | 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. | |||
| 23 | 27 | ||
| 24 | Edit the Makefile to match your local configuration (usually not necessary, but you | 28 | Edit the Makefile to match your local configuration (usually not necessary, but you |
| 25 | may want to change the PREFIX variable) and run make, followed by make install. | 29 | may want to change the PREFIX variable) and run make, followed by make install. |
| 26 | Follows the instructions below to install the pruning tables. | 30 | Follow the instructions below to install the pruning tables. |
| 27 | 31 | ||
| 28 | ## Tables | 32 | ## Tables |
| 29 | Nissy needs to generate certain large tables to work. These tables are by default | 33 | 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. | |||
| 33 | 37 | ||
| 34 | The very large table for optimal solving can take some time to generate | 38 | The very large table for optimal solving can take some time to generate |
| 35 | (about 1.5 hours on my fairly old but decent laptop, using 8 CPU threads). | 39 | (about 1.5 hours on my fairly old but decent laptop, using 8 CPU threads). |
| 36 | In order to generate it you need at least 5Gb or RAM. | 40 | In order to generate it you need at least 5Gb of RAM. |
| 37 | All other tables are much faster. | 41 | All other tables are much faster. |
| 38 | 42 | ||
| 39 | You can ask nissy to generate all the tables it will ever need with the gen | 43 | 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 | |||
| 50 | $XDG_DATA_HOME/nissy/tables if the XDG variable is configured. On Windows | 54 | $XDG_DATA_HOME/nissy/tables if the XDG variable is configured. On Windows |
| 51 | it is the same directory as the nissy.exe executable file. | 55 | it is the same directory as the nissy.exe executable file. |
| 52 | 56 | ||
| 53 | Choose either (zip format) | 57 | You can downloads all the tables from the following link: |
| 54 | https://nissy.tronto.net/nissy-tables-2.0.zip | 58 | https://nissy.tronto.net/nissy-tables-2.0.zip |
| 55 | or (tar.gz format) | 59 | The version 2.0 at the end of the file name is only indicative. |
| 56 | https://nissy.tronto.net/nissy-tables-2.0.tar.gz | 60 | Later versions will use the same tables, unless otherwise specified. |
| 57 | and extract the archive into the correct folder. | ||
