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:
parent
ce567d42e5
commit
fbd5106fdc
1 changed files with 6 additions and 5 deletions
11
README
11
README
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue