nissy-fmc

A Rubik's cube FMC assistant
git clone https://git.tronto.net/nissy-fmc
Download | Log | Files | Refs | README | LICENSE

commit 3a402c530b420080c5c0415e4727c9fb29a181b7
parent 719080e6a88c4e17ba33a8dfec817e2d89ee666e
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Sat, 22 Jan 2022 11:18:47 +0100

Moved tables to new website.

Diffstat:
MINSTALL | 4++--
MMakefile | 2+-
MREADME.md | 6+++---
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -51,7 +51,7 @@ $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) - https://math.uni.lu/tronto/nissy/nissy-tables-2.0.zip + https://nissy.tronto.net/nissy-tables-2.0.zip or (tar.gz format) - https://math.uni.lu/tronto/nissy/nissy-tables-2.0.tar.gz + https://nissy.tronto.net/nissy-tables-2.0.tar.gz and extract the archive into the correct folder. diff --git a/Makefile b/Makefile @@ -57,5 +57,5 @@ uninstall: rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done -.PHONY: all options nissy win debug clean dist install uninstall +.PHONY: all options win debug clean dist install uninstall diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # Nissy A Rubik's cube solver and FMC assistant. -For optimal HTM solving Nissy uses techniquest from Herbert Kociemba's +For optimal HTM solving Nissy uses techniques from Herbert Kociemba's [Cube Explorer](http://kociemba.org/cube.htm) and Tomas Rokicki's [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md). With 4 cores at 2.5GHz and using less than 3Gb of RAM, Nissy can find an @@ -74,9 +74,9 @@ systems this folder is either `.nissy/tables` in the user's home directory or it is the same directory as the nissy.exe executable file. Choose either the -[zip](https://math.uni.lu/tronto/nissy/nissy-tables-2.0.zip) +[zip](https://nissy.tronto.net/nissy-tables-2.0.zip) or the -[tar.gz](https://math.uni.lu/tronto/nissy/nissy-tables-2.0.tar.gz) +[tar.gz](https://nissy.tronto.net/nissy-tables-2.0.tar.gz) file (click the links to download) and extract them in the correct folder.