mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -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 **
|
||||
If you want to use the Solver, you should configure freecell-solver with
|
||||
following options:
|
||||
--enable-max-num-freecells=8
|
||||
--enable-max-num-stacks=20
|
||||
--enable-max-num-initial-cards-per-stack=60
|
||||
If you want to use the Solver, you should configure freecell-solver
|
||||
( http://fc-solve.shlomifish.org/ ) by passing the following options
|
||||
to its CMake-based build-system:
|
||||
-DMAX_NUM_FREECELLS=8
|
||||
-DMAX_NUM_STACKS=20
|
||||
-DMAX_NUM_INITIAL_CARDS_IN_A_STACK=60
|
||||
(or edit config.h)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue