1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-15 02:54:09 -04:00

Convert the fc-solve instructions to CMake.

freecell-solver stopped using GNU Autoconf since version 2.12.0 released
in 10-December-2008 .
This commit is contained in:
Shlomi Fish 2012-12-13 18:28:19 +02:00
parent ce567d42e5
commit fbd5106fdc

11
README
View file

@ -30,11 +30,12 @@ $ python pysol.py
** Freecell Solver ** ** Freecell Solver **
If you want to use the Solver, you should configure freecell-solver with If you want to use the Solver, you should configure freecell-solver
following options: ( http://fc-solve.shlomifish.org/ ) by passing the following options
--enable-max-num-freecells=8 to its CMake-based build-system:
--enable-max-num-stacks=20 -DMAX_NUM_FREECELLS=8
--enable-max-num-initial-cards-per-stack=60 -DMAX_NUM_STACKS=20
-DMAX_NUM_INITIAL_CARDS_IN_A_STACK=60
(or edit config.h) (or edit config.h)